From dad9d665f251e9b6d28f3aa88cc57a93ecd778f0 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Thu, 14 Oct 2021 10:08:52 +0300 Subject: [PATCH] Adjust colors --- lib/ui/dashboard/dashboard_panels.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/ui/dashboard/dashboard_panels.dart b/lib/ui/dashboard/dashboard_panels.dart index fb57d2816..201384ba4 100644 --- a/lib/ui/dashboard/dashboard_panels.dart +++ b/lib/ui/dashboard/dashboard_panels.dart @@ -114,7 +114,8 @@ class DashboardPanels extends StatelessWidget { color: Theme.of(context).cardColor, elevation: 6.0, child: Padding( - padding: const EdgeInsets.only(top: 16, left: 16, right: 16), + padding: + const EdgeInsets.only(top: 8, left: 16, right: 16, bottom: 2), child: Row( children: [ IconButton(