Updated language bottomSheet bg color

This commit is contained in:
Vinayakkadge04
2025-10-29 19:47:59 +05:30
parent 560a10f4ea
commit d73faf7506
2 changed files with 2 additions and 0 deletions

View File

@@ -87,6 +87,7 @@ class LanguageSelectionBottomsheet extends StatelessWidget {
showModalBottomSheet(
context: context,
backgroundColor: Colors.white,
shape: RoundedRectangleBorder(
borderRadius: BorderRadius.vertical(
top: Radius.circular(12.r),

View File

@@ -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),