From f753bff06b1c9524bc09882d23736449a4eb0410 Mon Sep 17 00:00:00 2001 From: niuhuan Date: Wed, 15 Dec 2021 23:38:07 +0800 Subject: [PATCH] modify theme --- lib/basic/config/Themes.dart | 3 +++ 1 file changed, 3 insertions(+) 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,