From 5e57c8c1baddb65148195ac96f2e8299d1e6a309 Mon Sep 17 00:00:00 2001 From: hamo-o Date: Wed, 5 Jun 2024 08:32:39 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20px=20to=20rem,=20gap=20=ED=86=A0?= =?UTF-8?q?=ED=81=B0=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/wow-ui/src/components/RadioGroup/RadioButton.tsx | 8 ++++---- packages/wow-ui/src/components/RadioGroup/RadioGroup.tsx | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/wow-ui/src/components/RadioGroup/RadioButton.tsx b/packages/wow-ui/src/components/RadioGroup/RadioButton.tsx index 7c1978b7..0e5f8af5 100644 --- a/packages/wow-ui/src/components/RadioGroup/RadioButton.tsx +++ b/packages/wow-ui/src/components/RadioGroup/RadioButton.tsx @@ -68,8 +68,8 @@ const radioButtonStyle = cva({ base: { appearance: "none", - width: 20, - height: 20, + width: "1.25rem", + height: "1.25rem", borderRadius: "full", borderWidth: 1, @@ -89,8 +89,8 @@ const radioButtonStyle = cva({ borderColor: "primary", _before: { content: `""`, - width: 10, - height: 10, + width: "0.625rem", + height: "0.625rem", borderRadius: "full", background: "primary", }, diff --git a/packages/wow-ui/src/components/RadioGroup/RadioGroup.tsx b/packages/wow-ui/src/components/RadioGroup/RadioGroup.tsx index f750ba6e..4e251603 100644 --- a/packages/wow-ui/src/components/RadioGroup/RadioGroup.tsx +++ b/packages/wow-ui/src/components/RadioGroup/RadioGroup.tsx @@ -44,7 +44,7 @@ const RadioGroup = ({ ); return ( - + {children}