fix(add_contact): adjust padding in Add Contact Bottom Sheet for better layout
This commit is contained in:
parent
e624fb00a0
commit
0335b0d3ab
@ -523,7 +523,9 @@ class _AddContactBottomSheetState extends State<AddContactBottomSheet> {
|
|||||||
|
|
||||||
return SafeArea(
|
return SafeArea(
|
||||||
child: SingleChildScrollView(
|
child: SingleChildScrollView(
|
||||||
padding: MediaQuery.of(context).viewInsets,
|
padding: EdgeInsets.only(
|
||||||
|
top: 32,
|
||||||
|
).add(MediaQuery.of(context).viewInsets),
|
||||||
child: Container(
|
child: Container(
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
color: Theme.of(context).cardColor,
|
color: Theme.of(context).cardColor,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user