fix toggle colors (#10503)

pull/10445/head
Prabhat Khera 2023-10-19 15:01:31 +13:00 committed by GitHub
parent 7e4d113fda
commit 03155685ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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