From 30c6897f43830980557a59f15e5c1762e5b91ef0 Mon Sep 17 00:00:00 2001 From: MrBananaPants Date: Wed, 17 Mar 2021 19:57:35 +0100 Subject: [PATCH] Small UI change --- lib/Theme.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Theme.dart b/lib/Theme.dart index d302460..cb7dc5c 100644 --- a/lib/Theme.dart +++ b/lib/Theme.dart @@ -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( @@ -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(