From 7b121b10abf2f67daf716f32cd6a8266ce3151ed Mon Sep 17 00:00:00 2001 From: Lucas Pessivaldo <11798065+lucaspessivaldo@users.noreply.github.com> Date: Sun, 29 Jan 2023 16:35:45 -0300 Subject: [PATCH] fix: switch position issue (#39) --- apps/www/components/ui/switch.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/www/components/ui/switch.tsx b/apps/www/components/ui/switch.tsx index edea2bdaf0..ec24502c3a 100644 --- a/apps/www/components/ui/switch.tsx +++ b/apps/www/components/ui/switch.tsx @@ -11,7 +11,7 @@ const Switch = React.forwardRef< >(({ className, ...props }, ref) => (