Updated design

This commit is contained in:
Hillel Coren 2020-05-05 21:48:36 +03:00
parent 11281cfb16
commit 1538f7c877
1 changed files with 2 additions and 1 deletions

View File

@ -50,9 +50,10 @@ class FieldGrid extends StatelessWidget {
Container(
color: Theme.of(context).cardColor,
child: Padding(
padding: EdgeInsets.all(20),
padding: const EdgeInsets.symmetric(horizontal: 20, vertical: 18),
child: GridView.count(
physics: NeverScrollableScrollPhysics(),
mainAxisSpacing: 12,
shrinkWrap: true,
primary: true,
crossAxisCount: 2,