From afcda98dc487ff225400a3b41d7dd1cabf6aadf3 Mon Sep 17 00:00:00 2001 From: Alec Koifman Date: Thu, 18 Dec 2025 14:27:11 -0500 Subject: [PATCH] fix: update Switch component styles for improved UI consistency - Changed border color from transparent to border-border for better visibility. - Updated thumb background color from bg-background to bg-foreground to enhance contrast. --- apps/app/src/components/ui/switch.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/app/src/components/ui/switch.tsx b/apps/app/src/components/ui/switch.tsx index 47e4151a..dbd0ddc9 100644 --- a/apps/app/src/components/ui/switch.tsx +++ b/apps/app/src/components/ui/switch.tsx @@ -11,7 +11,7 @@ const Switch = React.forwardRef< >(({ className, ...props }, ref) => (