mirror of
https://github.com/bitwarden/android.git
synced 2024-11-24 18:36:32 +03:00
Fix dark mode toggle color (#4068)
This commit is contained in:
parent
c3af26d83f
commit
3296477932
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue