From f0a7d97ec82d4a8cdb1d35bb05ac19370c3a95cb Mon Sep 17 00:00:00 2001 From: Manish Date: Thu, 18 Dec 2025 11:07:22 +0530 Subject: [PATCH] change bottom form 20 to 8 in selfWrappedContent() --- lib/view/employees/manage_reporting_bottom_sheet.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/view/employees/manage_reporting_bottom_sheet.dart b/lib/view/employees/manage_reporting_bottom_sheet.dart index 806c739..3658c2e 100644 --- a/lib/view/employees/manage_reporting_bottom_sheet.dart +++ b/lib/view/employees/manage_reporting_bottom_sheet.dart @@ -399,7 +399,7 @@ class _ManageReportingBottomSheetState final safeWrappedContent = SafeArea( child: SingleChildScrollView( padding: EdgeInsets.only( - bottom: MediaQuery.of(context).viewPadding.bottom + 20, + bottom: 8, left: 16, right: 16, top: 8,