modify theme

This commit is contained in:
niuhuan 2021-12-15 23:38:07 +08:00
parent bb657fc178
commit f753bff06b
1 changed files with 3 additions and 0 deletions

View File

@ -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,