Change enabled switch color

This commit is contained in:
Justin Edmund 2023-03-18 06:49:53 -07:00
parent 2bf578fec9
commit 0418c01bc4

View file

@ -14,7 +14,7 @@
} }
&[data-state='checked'] { &[data-state='checked'] {
background: $grey-15; background: var(--accent-blue);
} }
&:disabled { &:disabled {