Adjust button widths
This commit is contained in:
parent
ba023c39e5
commit
a5c34e8ec7
|
|
@ -28,7 +28,7 @@ class ClientEditContacts extends StatelessWidget {
|
||||||
children: []
|
children: []
|
||||||
..addAll(contacts)
|
..addAll(contacts)
|
||||||
..add(Padding(
|
..add(Padding(
|
||||||
padding: const EdgeInsets.all(12.0),
|
padding: const EdgeInsets.all(14.0),
|
||||||
child: RaisedButton(
|
child: RaisedButton(
|
||||||
elevation: 4.0,
|
elevation: 4.0,
|
||||||
color: Theme.of(context).primaryColorDark,
|
color: Theme.of(context).primaryColorDark,
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@ class InvoiceEditItems extends StatelessWidget {
|
||||||
children: []
|
children: []
|
||||||
..addAll(invoiceItems)
|
..addAll(invoiceItems)
|
||||||
..add(Padding(
|
..add(Padding(
|
||||||
padding: const EdgeInsets.all(12.0),
|
padding: const EdgeInsets.all(14.0),
|
||||||
child: RaisedButton(
|
child: RaisedButton(
|
||||||
elevation: 4.0,
|
elevation: 4.0,
|
||||||
color: Theme.of(context).primaryColorDark,
|
color: Theme.of(context).primaryColorDark,
|
||||||
|
|
|
||||||
|
|
@ -213,7 +213,7 @@ class ContactsPageState extends State<ContactsPage>
|
||||||
}
|
}
|
||||||
|
|
||||||
items.add(Padding(
|
items.add(Padding(
|
||||||
padding: const EdgeInsets.all(12.0),
|
padding: const EdgeInsets.all(14.0),
|
||||||
child: RaisedButton(
|
child: RaisedButton(
|
||||||
elevation: 4.0,
|
elevation: 4.0,
|
||||||
color: Theme.of(context).primaryColorDark,
|
color: Theme.of(context).primaryColorDark,
|
||||||
|
|
|
||||||
|
|
@ -243,7 +243,7 @@ class ContactsPage extends StatelessWidget {
|
||||||
children: []
|
children: []
|
||||||
..addAll(contacts)
|
..addAll(contacts)
|
||||||
..add(Padding(
|
..add(Padding(
|
||||||
padding: const EdgeInsets.all(12.0),
|
padding: const EdgeInsets.all(14.0),
|
||||||
child: RaisedButton(
|
child: RaisedButton(
|
||||||
elevation: 4.0,
|
elevation: 4.0,
|
||||||
color: Theme.of(context).primaryColorDark,
|
color: Theme.of(context).primaryColorDark,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue