[PM-27130] Update alert (Snackbar) color to inverseSurface in dynamic color scheme (#6057)

This commit is contained in:
Patrick Honkonen 2025-10-20 14:15:03 -04:00 committed by GitHub
parent afeeb494da
commit 31e7e05eda
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -179,7 +179,7 @@ fun dynamicBitwardenColorScheme(
primary = materialColorScheme.background,
secondary = materialColorScheme.surfaceContainer,
tertiary = materialColorScheme.surfaceContainerHighest,
alert = materialColorScheme.error,
alert = materialColorScheme.inverseSurface,
scrim = materialColorScheme.scrim.copy(alpha = 0.4f),
pressed = materialColorScheme.onSurfaceVariant,
),