fix: Design

This commit is contained in:
Christian Pauly 2021-05-30 15:37:39 +02:00
commit 117ee6abb1
3 changed files with 3 additions and 22 deletions

View file

@ -97,6 +97,7 @@ abstract class FluffyThemes {
fillColor: lighten(AppConfig.primaryColor, .51),
),
appBarTheme: AppBarTheme(
elevation: 2,
brightness: Brightness.light,
color: Colors.white,
textTheme: TextTheme(
@ -178,6 +179,7 @@ abstract class FluffyThemes {
),
snackBarTheme: SnackBarThemeData(behavior: SnackBarBehavior.floating),
appBarTheme: AppBarTheme(
elevation: 2,
brightness: Brightness.dark,
color: Color(0xff1D1D1D),
textTheme: TextTheme(