Vanessa 2024-10-29 11:05:19 +08:00
parent f0bfc84732
commit 008e6ab8ca
2 changed files with 2 additions and 2 deletions

View file

@ -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);

View file

@ -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;