chore: Follow up appbar shadow

pull/1462/head
Krille 4 months ago
parent a2e7356bd0
commit 9906668f1c
No known key found for this signature in database
GPG Key ID: E067ECD60F1A0652

@ -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…
Cancel
Save