From ec649e7718e6098ec38e5a4a93fde0b17b5d7d3d Mon Sep 17 00:00:00 2001 From: Jason Date: Sat, 20 Dec 2025 19:18:29 +0800 Subject: [PATCH] style(switch): improve dark mode appearance MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Track (unchecked): lighten in light mode (gray-300 → gray-200), darken in dark mode (gray-700 → gray-900) to blend with background - Thumb: soften in dark mode (white → gray-400) to reduce glare --- src/components/ui/switch.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ui/switch.tsx b/src/components/ui/switch.tsx index 2482958f..f66c1328 100644 --- a/src/components/ui/switch.tsx +++ b/src/components/ui/switch.tsx @@ -9,14 +9,14 @@ const Switch = React.forwardRef<