change: AppBar elevation
This commit is contained in:
parent
8649ba55fb
commit
d7d5f4b7e9
3 changed files with 4 additions and 6 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue