From 9f241d7c60205690bb3eaad78c2d0afe428b368f Mon Sep 17 00:00:00 2001 From: ghdtjgus76 Date: Sun, 2 Jun 2024 16:31:40 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20Switch,=20SwitchGroup=20=EC=BB=B4?= =?UTF-8?q?=ED=8F=AC=EB=84=8C=ED=8A=B8=20gap=20space=20=ED=86=A0=ED=81=B0?= =?UTF-8?q?=20=ED=99=9C=EC=9A=A9=ED=95=98=EB=8F=84=EB=A1=9D=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/wow-ui/src/components/Switch/index.tsx | 2 +- packages/wow-ui/src/components/SwitchGroup/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/wow-ui/src/components/Switch/index.tsx b/packages/wow-ui/src/components/Switch/index.tsx index b7b595b8..e7291ced 100644 --- a/packages/wow-ui/src/components/Switch/index.tsx +++ b/packages/wow-ui/src/components/Switch/index.tsx @@ -83,7 +83,7 @@ const Switch = forwardRef( }; return ( - + { }; return ( - + {childrenArray.map((child, index) => { return cloneElement(child, { key: index,