From 8fde771ff2928d4a06d9b56e2dd0bd5b745e828b Mon Sep 17 00:00:00 2001 From: Steven RYDELL Date: Wed, 29 Jul 2026 06:48:34 +0200 Subject: [PATCH] Show switch state with green when on and red when off --- src/components/ui/switch.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ui/switch.tsx b/src/components/ui/switch.tsx index ded3fe9..eca5c77 100644 --- a/src/components/ui/switch.tsx +++ b/src/components/ui/switch.tsx @@ -15,7 +15,7 @@ const Switch = React.forwardRef< >(({ className, ...props }, ref) => (