Skip to content

Commit a834640

Browse files
committed
fix appbar color
1 parent 192ac06 commit a834640

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/styles/themes/dark.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ ThemeData buildDarkTheme({
88
return ThemeData(
99
textTheme: buildTextTheme(Colors.white70, mainFontSize, lineSpacing),
1010
accentColor: Colors.grey,
11+
appBarTheme: AppBarTheme(
12+
color: Colors.blueGrey[600],
13+
),
1114
primarySwatch: Colors.blueGrey,
1215
primaryColor: Colors.blueGrey[600],
1316
scaffoldBackgroundColor: const Color.fromRGBO(57, 57, 57, 1),

0 commit comments

Comments
 (0)