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,