Skip to content

Commit 30c6897

Browse files
committed
Small UI change
1 parent 61eb513 commit 30c6897

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Theme.dart

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ThemeData buildLightTheme() {
88
return base.copyWith(
99
textTheme:
1010
TextTheme(bodyText2: TextStyle(color: Color(0xFF3D5AFE)), bodyText1: TextStyle(color: Colors.black), headline3: TextStyle(color: Colors.black)),
11-
scaffoldBackgroundColor: Color(0xFFf3f3f8),
11+
scaffoldBackgroundColor: Color(0xFFf6f6fb),
1212
canvasColor: Color(0xFFfbfafa),
1313
cardColor: Colors.white,
1414
cardTheme: CardTheme(
@@ -18,7 +18,7 @@ ThemeData buildLightTheme() {
1818
),
1919
shadowColor: Color(0xFFedf6ff),
2020
iconTheme: IconThemeData(color: Colors.black),
21-
appBarTheme: AppBarTheme(color: Color(0xFFf3f3f8)),
21+
appBarTheme: AppBarTheme(color: Color(0xFFf6f6fb)),
2222
bottomAppBarColor: Colors.white,
2323
bottomAppBarTheme: BottomAppBarTheme(elevation: 11.5),
2424
elevatedButtonTheme: ElevatedButtonThemeData(

0 commit comments

Comments
 (0)