From 03155685ab87bd4bec125cacce7f010e41f7746b Mon Sep 17 00:00:00 2001 From: Prabhat Khera <91852476+prabhat-org@users.noreply.github.com> Date: Thu, 19 Oct 2023 15:01:31 +1300 Subject: [PATCH] fix toggle colors (#10503) --- app/assets/css/bootstrap-override.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/css/bootstrap-override.css b/app/assets/css/bootstrap-override.css index 4cd78706c..d3fab73ac 100644 --- a/app/assets/css/bootstrap-override.css +++ b/app/assets/css/bootstrap-override.css @@ -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 {