mirror of
https://github.com/bitwarden/android.git
synced 2025-02-17 20:40:00 +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,
|
foregroundDisabled = PrimitiveColors.gray500,
|
||||||
),
|
),
|
||||||
toggleButton = BitwardenColorScheme.ToggleButtonColors(
|
toggleButton = BitwardenColorScheme.ToggleButtonColors(
|
||||||
backgroundOn = PrimitiveColors.blue300,
|
backgroundOn = PrimitiveColors.blue400,
|
||||||
backgroundOff = PrimitiveColors.gray900,
|
backgroundOff = PrimitiveColors.gray900,
|
||||||
switch = PrimitiveColors.gray100,
|
switch = PrimitiveColors.gray100,
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Reference in a new issue