From 81f74004b8fba01b303c0d729f224f322f0b2a67 Mon Sep 17 00:00:00 2001 From: Manish Date: Tue, 25 Nov 2025 13:58:47 +0530 Subject: [PATCH] height change to 0.85 --- lib/model/dailyTaskPlanning/assign_task_bottom_sheet .dart | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/model/dailyTaskPlanning/assign_task_bottom_sheet .dart b/lib/model/dailyTaskPlanning/assign_task_bottom_sheet .dart index ca909cd..0757a40 100644 --- a/lib/model/dailyTaskPlanning/assign_task_bottom_sheet .dart +++ b/lib/model/dailyTaskPlanning/assign_task_bottom_sheet .dart @@ -354,14 +354,12 @@ class _AssignTaskBottomSheetState extends State { final result = await showModalBottomSheet>( context: context, isScrollControlled: true, - backgroundColor: Colors.white, - barrierColor: Colors.white, useSafeArea: true, shape: const RoundedRectangleBorder( borderRadius: BorderRadius.vertical(top: Radius.circular(20)), ), builder: (_) => SizedBox( - height: MediaQuery.of(context).size.height * 0.90, + height: MediaQuery.of(context).size.height * 0.85, child: MultipleSelectRoleBottomSheet( projectId: selectedProjectId!, organizationId: selectedOrganization?.id,