fixed theme issue

This commit is contained in:
Deep Koluguri 2025-11-05 18:22:29 -05:00
parent a8c3386f47
commit 06ca5b4de7
1 changed files with 4 additions and 4 deletions

View File

@ -60,7 +60,7 @@ class AppTheme {
), ),
// Card Theme // Card Theme
cardTheme: CardTheme( cardTheme: CardThemeData(
elevation: 2, elevation: 2,
shape: RoundedRectangleBorder( shape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(16.r), borderRadius: BorderRadius.circular(16.r),
@ -183,7 +183,7 @@ class AppTheme {
), ),
// Dialog Theme // Dialog Theme
dialogTheme: DialogTheme( dialogTheme: DialogThemeData(
elevation: 4, elevation: 4,
shape: RoundedRectangleBorder( shape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(16.r), borderRadius: BorderRadius.circular(16.r),
@ -241,7 +241,7 @@ class AppTheme {
), ),
// Card Theme // Card Theme
cardTheme: CardTheme( cardTheme: CardThemeData(
elevation: 4, elevation: 4,
shape: RoundedRectangleBorder( shape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(16.r), borderRadius: BorderRadius.circular(16.r),
@ -364,7 +364,7 @@ class AppTheme {
), ),
// Dialog Theme // Dialog Theme
dialogTheme: DialogTheme( dialogTheme: DialogThemeData(
backgroundColor: darkSurface, backgroundColor: darkSurface,
elevation: 4, elevation: 4,
shape: RoundedRectangleBorder( shape: RoundedRectangleBorder(