fixed theme issue
This commit is contained in:
parent
a8c3386f47
commit
06ca5b4de7
|
|
@ -60,7 +60,7 @@ class AppTheme {
|
|||
),
|
||||
|
||||
// Card Theme
|
||||
cardTheme: CardTheme(
|
||||
cardTheme: CardThemeData(
|
||||
elevation: 2,
|
||||
shape: RoundedRectangleBorder(
|
||||
borderRadius: BorderRadius.circular(16.r),
|
||||
|
|
@ -183,7 +183,7 @@ class AppTheme {
|
|||
),
|
||||
|
||||
// Dialog Theme
|
||||
dialogTheme: DialogTheme(
|
||||
dialogTheme: DialogThemeData(
|
||||
elevation: 4,
|
||||
shape: RoundedRectangleBorder(
|
||||
borderRadius: BorderRadius.circular(16.r),
|
||||
|
|
@ -241,7 +241,7 @@ class AppTheme {
|
|||
),
|
||||
|
||||
// Card Theme
|
||||
cardTheme: CardTheme(
|
||||
cardTheme: CardThemeData(
|
||||
elevation: 4,
|
||||
shape: RoundedRectangleBorder(
|
||||
borderRadius: BorderRadius.circular(16.r),
|
||||
|
|
@ -364,7 +364,7 @@ class AppTheme {
|
|||
),
|
||||
|
||||
// Dialog Theme
|
||||
dialogTheme: DialogTheme(
|
||||
dialogTheme: DialogThemeData(
|
||||
backgroundColor: darkSurface,
|
||||
elevation: 4,
|
||||
shape: RoundedRectangleBorder(
|
||||
|
|
|
|||
Loading…
Reference in New Issue