Adjust colors

This commit is contained in:
Hillel Coren 2021-10-14 10:08:52 +03:00
parent d6696b2e6c
commit dad9d665f2
1 changed files with 2 additions and 1 deletions

View File

@ -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: <Widget>[
IconButton(