Fix dark mode toggle color (#4068)

This commit is contained in:
David Perez 2024-10-11 08:57:02 -05:00 committed by GitHub
parent c3af26d83f
commit 3296477932
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -58,7 +58,7 @@ val darkBitwardenColorScheme: BitwardenColorScheme = BitwardenColorScheme(
foregroundDisabled = PrimitiveColors.gray500,
),
toggleButton = BitwardenColorScheme.ToggleButtonColors(
backgroundOn = PrimitiveColors.blue300,
backgroundOn = PrimitiveColors.blue400,
backgroundOff = PrimitiveColors.gray900,
switch = PrimitiveColors.gray100,
),