diff --git a/lib/basic/config/Themes.dart b/lib/basic/config/Themes.dart index aa90b91..12f267d 100644 --- a/lib/basic/config/Themes.dart +++ b/lib/basic/config/Themes.dart @@ -223,6 +223,9 @@ class _DustyBlueTheme extends _ThemePackage { color: Colors.white, ), ), + dialogTheme: DialogTheme( + backgroundColor: Color(0xff20253b), + ), bottomNavigationBarTheme: BottomNavigationBarThemeData( backgroundColor: Color(0xff191b26), selectedItemColor: Colors.blue.shade200,