diff --git a/lib/common_packages/language_selection_bottomsheet.dart b/lib/common_packages/language_selection_bottomsheet.dart index 7a20de5..d5c0685 100644 --- a/lib/common_packages/language_selection_bottomsheet.dart +++ b/lib/common_packages/language_selection_bottomsheet.dart @@ -87,6 +87,7 @@ class LanguageSelectionBottomsheet extends StatelessWidget { showModalBottomSheet( context: context, + backgroundColor: Colors.white, shape: RoundedRectangleBorder( borderRadius: BorderRadius.vertical( top: Radius.circular(12.r), diff --git a/lib/profile/profile_page_view.dart b/lib/profile/profile_page_view.dart index a0c5567..a80a87a 100644 --- a/lib/profile/profile_page_view.dart +++ b/lib/profile/profile_page_view.dart @@ -94,6 +94,7 @@ class ProfilePage extends StatelessWidget { onTap: () { showModalBottomSheet( context: context, + backgroundColor: Colors.white, shape: RoundedRectangleBorder( borderRadius: BorderRadius.vertical( top: Radius.circular(12.r),