Adjust colors
This commit is contained in:
parent
d6696b2e6c
commit
dad9d665f2
|
|
@ -114,7 +114,8 @@ class DashboardPanels extends StatelessWidget {
|
||||||
color: Theme.of(context).cardColor,
|
color: Theme.of(context).cardColor,
|
||||||
elevation: 6.0,
|
elevation: 6.0,
|
||||||
child: Padding(
|
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(
|
child: Row(
|
||||||
children: <Widget>[
|
children: <Widget>[
|
||||||
IconButton(
|
IconButton(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue