@@ -25,7 +25,10 @@ class AppTheme {
2525 surfaceTintColor: ColorManager .white,
2626 shadowColor: ColorManager .white,
2727 ),
28- dialogTheme: const DialogThemeData (surfaceTintColor: ColorManager .whiteD5),
28+ dialogTheme: const DialogThemeData (
29+ surfaceTintColor: ColorManager .whiteD5,
30+ backgroundColor: ColorManager .whiteD1,
31+ ),
2932 dividerColor: ColorManager .blackOp10,
3033 scaffoldBackgroundColor: ColorManager .white,
3134 iconTheme: const IconThemeData (color: ColorManager .black),
@@ -44,7 +47,7 @@ class AppTheme {
4447 tabBarTheme: _tabBarTheme (),
4548 textTheme: _textTheme (),
4649 dividerTheme: const DividerThemeData (color: ColorManager .whiteD5),
47- bottomAppBarTheme: const BottomAppBarThemeData (color: ColorManager .blackOp30),
50+ bottomAppBarTheme: const BottomAppBarThemeData (color: ColorManager .blackOp30),
4851 textSelectionTheme: const TextSelectionThemeData (
4952 cursorColor: ColorManager .teal,
5053 selectionColor: ColorManager .blackOp10,
@@ -151,7 +154,10 @@ class AppTheme {
151154 surfaceTintColor: ColorManager .blackL5,
152155 shadowColor: ColorManager .blackL5,
153156 ),
154- dialogTheme: const DialogThemeData (surfaceTintColor: ColorManager .blackL5),
157+ dialogTheme: const DialogThemeData (
158+ surfaceTintColor: ColorManager .blackL5,
159+ backgroundColor: ColorManager .blackL1,
160+ ),
155161 dividerColor: ColorManager .whiteOp10,
156162 scaffoldBackgroundColor: ColorManager .blackBlue,
157163 iconTheme: const IconThemeData (color: ColorManager .white),
@@ -169,7 +175,7 @@ class AppTheme {
169175 tabBarTheme: _tabBarDarkTheme (),
170176 textTheme: _textDarkTheme (),
171177 dividerTheme: const DividerThemeData (color: ColorManager .blackL5),
172- bottomAppBarTheme: const BottomAppBarThemeData (color: ColorManager .whiteOp30),
178+ bottomAppBarTheme: const BottomAppBarThemeData (color: ColorManager .whiteOp30),
173179 textSelectionTheme: const TextSelectionThemeData (
174180 cursorColor: ColorManager .teal,
175181 selectionColor: ColorManager .greyD6,
0 commit comments