Skip to content

Commit

Permalink
Small UI change
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBananaPants committed Mar 17, 2021
1 parent 61eb513 commit 30c6897
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Theme.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ThemeData buildLightTheme() {
return base.copyWith(
textTheme:
TextTheme(bodyText2: TextStyle(color: Color(0xFF3D5AFE)), bodyText1: TextStyle(color: Colors.black), headline3: TextStyle(color: Colors.black)),
scaffoldBackgroundColor: Color(0xFFf3f3f8),
scaffoldBackgroundColor: Color(0xFFf6f6fb),
canvasColor: Color(0xFFfbfafa),
cardColor: Colors.white,
cardTheme: CardTheme(
Expand All @@ -18,7 +18,7 @@ ThemeData buildLightTheme() {
),
shadowColor: Color(0xFFedf6ff),
iconTheme: IconThemeData(color: Colors.black),
appBarTheme: AppBarTheme(color: Color(0xFFf3f3f8)),
appBarTheme: AppBarTheme(color: Color(0xFFf6f6fb)),
bottomAppBarColor: Colors.white,
bottomAppBarTheme: BottomAppBarTheme(elevation: 11.5),
elevatedButtonTheme: ElevatedButtonThemeData(
Expand Down

0 comments on commit 30c6897

Please sign in to comment.