From 2e71aea3551905c285a94d05aede7b1615ce82a2 Mon Sep 17 00:00:00 2001 From: Lncvrt Date: Sat, 20 Dec 2025 13:55:27 -0700 Subject: [PATCH] Change the way setting checkboxes look --- src/app/componets/Setting.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/componets/Setting.css b/src/app/componets/Setting.css index c8263fc..1fc1153 100644 --- a/src/app/componets/Setting.css +++ b/src/app/componets/Setting.css @@ -5,11 +5,11 @@ } .setting-checkbox { - @apply appearance-none w-full h-full border-2 border-(--col4) rounded-md bg-(--col2) transition-colors duration-200 cursor-pointer; + @apply appearance-none w-full h-full border-2 border-(--col4) rounded-md bg-(--col2) transition-colors cursor-pointer; } .setting-checkbox:checked { - @apply bg-blue-500 border-blue-600; + @apply bg-(--col4) border-(--col6); } .fa-check-icon {