change: AppBar elevation

This commit is contained in:
Christian Pauly 2021-02-07 10:36:42 +01:00
commit d7d5f4b7e9
3 changed files with 4 additions and 6 deletions

View file

@ -67,6 +67,7 @@ abstract class FluffyThemes {
fillColor: lighten(AppConfig.primaryColor, .51),
),
appBarTheme: AppBarTheme(
elevation: 1,
brightness: Brightness.light,
color: Colors.white,
textTheme: TextTheme(
@ -116,6 +117,7 @@ abstract class FluffyThemes {
),
),
appBarTheme: AppBarTheme(
elevation: 1,
brightness: Brightness.dark,
color: Color(0xff1D1D1D),
textTheme: TextTheme(