From 0e819a0602a2318c0858f526a313903b6a5b1347 Mon Sep 17 00:00:00 2001 From: SeieunYoo Date: Fri, 7 Jun 2024 16:19:41 +0900 Subject: [PATCH] =?UTF-8?q?style=20:=20children=20=EC=97=86=EC=9C=BC?= =?UTF-8?q?=EB=A9=B4=20gap=20=EC=97=86=EB=8F=84=EB=A1=9D=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/wow-ui/src/components/Checkbox/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/wow-ui/src/components/Checkbox/index.tsx b/packages/wow-ui/src/components/Checkbox/index.tsx index 6bd19027..4a3de805 100644 --- a/packages/wow-ui/src/components/Checkbox/index.tsx +++ b/packages/wow-ui/src/components/Checkbox/index.tsx @@ -87,7 +87,7 @@ const Checkbox = forwardRef( cursor={disabled ? "none" : "pointer"} display="flex" flexDirection={position === "vertical" ? "column-reverse" : "row"} - gap="xs" + gap={children ? "xs" : "0px"} htmlFor={id} pointerEvents={disabled ? "none" : "auto"} width="fit-content"