From 3fccfeb30154dc73bab3a4c50c3f48657e59c10c Mon Sep 17 00:00:00 2001 From: Innei Date: Sun, 12 Nov 2023 14:17:07 +0800 Subject: [PATCH] fix(switch): change width unit to rem (#1891) Signed-off-by: Innei Co-authored-by: shadcn --- apps/www/registry/default/ui/switch.tsx | 2 +- apps/www/registry/new-york/ui/switch.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/www/registry/default/ui/switch.tsx b/apps/www/registry/default/ui/switch.tsx index 191ef52ea5..bc69cf2dbf 100644 --- a/apps/www/registry/default/ui/switch.tsx +++ b/apps/www/registry/default/ui/switch.tsx @@ -11,7 +11,7 @@ const Switch = React.forwardRef< >(({ className, ...props }, ref) => ( (({ className, ...props }, ref) => (