Change padding from 14 to 15

This commit is contained in:
shilangyu 2021-01-17 17:57:57 +00:00
parent e2af8326e2
commit 1a70776fb7
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ class _ManageAccount extends HookWidget {
}
return ListView(
padding: const EdgeInsets.symmetric(horizontal: 14),
padding: const EdgeInsets.symmetric(horizontal: 15),
children: [
_ImagePicker(
user: user,