This commit is contained in:
parent
f0bfc84732
commit
008e6ab8ca
2 changed files with 2 additions and 2 deletions
|
@ -136,7 +136,7 @@
|
|||
|
||||
/* switch */
|
||||
--b3-switch-background: #e1e3e1;
|
||||
--b3-switch-border: #aeaeae;
|
||||
--b3-switch-border: var(--b3-theme-on-surface-light);
|
||||
--b3-switch-hover: rgba(31, 31, 31, 0.06);
|
||||
--b3-switch-checked: #fff;
|
||||
--b3-switch-checked-background: var(--b3-theme-primary);
|
||||
|
|
|
@ -135,7 +135,7 @@
|
|||
|
||||
/* switch */
|
||||
--b3-switch-background: #444746;
|
||||
--b3-switch-border: #8e918f;
|
||||
--b3-switch-border: var(--b3-theme-on-surface-light);
|
||||
--b3-switch-hover: rgba(253, 252, 251, .10);
|
||||
--b3-switch-checked: var(--b3-theme-primary);
|
||||
--b3-switch-checked-background: #a8c7fa;
|
||||
|
|
Loading…
Add table
Reference in a new issue