Increase button size

This commit is contained in:
Vishnu Mohandas 2021-05-27 03:41:24 +05:30
parent b79042c0e7
commit 286095e077

View file

@ -56,7 +56,7 @@ class _AppUpdateDialogState extends State<AppUpdateDialog> {
Container(
width: double.infinity,
height: 64,
padding: const EdgeInsets.fromLTRB(64, 0, 64, 0),
padding: const EdgeInsets.fromLTRB(50, 0, 50, 0),
child: button(
"update",
fontSize: 16,