fix toggle colors (#10503)

pull/10445/head
Prabhat Khera 1 year ago committed by GitHub
parent 7e4d113fda
commit 03155685ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -76,8 +76,8 @@
} }
.switch input[type='checkbox']:disabled:is(:checked) + .slider { .switch input[type='checkbox']:disabled:is(:checked) + .slider {
@apply th-dark:bg-blue-9 th-dark:opacity-60; @apply th-dark:!bg-blue-8 th-dark:!opacity-60;
@apply th-highcontrast:bg-blue-9 th-highcontrast:opacity-60; @apply th-highcontrast:!bg-blue-8 th-highcontrast:!opacity-60;
} }
.switch-values { .switch-values {

Loading…
Cancel
Save