From e67db800a8c0692634de1108cb7952b3a2ab8eb2 Mon Sep 17 00:00:00 2001 From: HyunWoo Choi <116826162+chhw130@users.noreply.github.com> Date: Sun, 10 Dec 2023 20:32:40 +0900 Subject: [PATCH] =?UTF-8?q?style(button)=20:=20radio=20button=20=EC=8A=A4?= =?UTF-8?q?=ED=83=80=EC=9D=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Refs:[#4,#5] --- component/form/UserInfoForm.tsx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/component/form/UserInfoForm.tsx b/component/form/UserInfoForm.tsx index c476f6e..8923e80 100644 --- a/component/form/UserInfoForm.tsx +++ b/component/form/UserInfoForm.tsx @@ -30,15 +30,17 @@ function RadioCard(props: any) { cursor="pointer" borderWidth="1px" borderRadius="md" + fontSize={"15px"} + fontWeight={"semibold"} boxShadow="md" _checked={{ - bg: "teal.600", + bg: "#000000", color: "white", - borderColor: "teal.600", - }} - _focus={{ - boxShadow: "outline", + borderColor: "#000000", }} + // _focus={{ + // boxShadow: "outline", + // }} px={5} py={3} >