Change padding from 14 to 15
This commit is contained in:
parent
e2af8326e2
commit
1a70776fb7
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue