fix: Design
This commit is contained in:
parent
2721f26315
commit
117ee6abb1
3 changed files with 3 additions and 22 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue