chore: Follow up appbar shadow

This commit is contained in:
Krille 2024-11-04 14:12:58 +01:00
parent a2e7356bd0
commit 9906668f1c
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652

View file

@ -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,