Increase button size
This commit is contained in:
parent
b79042c0e7
commit
286095e077
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ class _AppUpdateDialogState extends State<AppUpdateDialog> {
|
||||||
Container(
|
Container(
|
||||||
width: double.infinity,
|
width: double.infinity,
|
||||||
height: 64,
|
height: 64,
|
||||||
padding: const EdgeInsets.fromLTRB(64, 0, 64, 0),
|
padding: const EdgeInsets.fromLTRB(50, 0, 50, 0),
|
||||||
child: button(
|
child: button(
|
||||||
"update",
|
"update",
|
||||||
fontSize: 16,
|
fontSize: 16,
|
||||||
|
|
Loading…
Add table
Reference in a new issue