Skip to content

Commit

Permalink
style(button) : radio button 스타일
Browse files Browse the repository at this point in the history
Refs:[#4,#5]
  • Loading branch information
chhw130 committed Dec 10, 2023
1 parent 85548a8 commit e67db80
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions component/form/UserInfoForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
>
Expand Down

0 comments on commit e67db80

Please sign in to comment.