Skip to content

Commit

Permalink
chore: Switch 컴포넌트 borderRadius 표현 방식 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
ghdtjgus76 committed May 31, 2024
1 parent 8786c75 commit c3e89c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wow-ui/src/components/Switch/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ const switchStyle = cva({
base: {
width: "3.25rem !important",
height: "1.75rem !important",
borderRadius: "radius.full",
borderRadius: "full",
cursor: "pointer",
display: "flex",
position: "relative",
Expand Down

0 comments on commit c3e89c4

Please sign in to comment.