Vaibhav_Task-#729 #53

Merged
vaibhav.surve merged 10 commits from Vaibhav_Task-#729 into main 2025-07-15 09:52:02 +00:00
Showing only changes of commit 0335b0d3ab - Show all commits

View File

@ -523,7 +523,9 @@ class _AddContactBottomSheetState extends State<AddContactBottomSheet> {
return SafeArea(
child: SingleChildScrollView(
padding: MediaQuery.of(context).viewInsets,
padding: EdgeInsets.only(
top: 32,
).add(MediaQuery.of(context).viewInsets),
child: Container(
decoration: BoxDecoration(
color: Theme.of(context).cardColor,