chore: Follow up appbar shadow
This commit is contained in:
parent
a2e7356bd0
commit
9906668f1c
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ abstract class FluffyThemes {
|
|||
appBarTheme: AppBarTheme(
|
||||
toolbarHeight: FluffyThemes.isColumnMode(context) ? 72 : 56,
|
||||
shadowColor: FluffyThemes.isColumnMode(context)
|
||||
? colorScheme.surfaceContainer.withAlpha(64)
|
||||
? colorScheme.surfaceContainer.withAlpha(128)
|
||||
: null,
|
||||
surfaceTintColor:
|
||||
FluffyThemes.isColumnMode(context) ? colorScheme.surface : null,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue