Skip to content

Commit

Permalink
design: borderRadius 3xl -> 2xl 수정 (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
yeonddori authored Apr 30, 2024
1 parent 3f427f6 commit e050d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Selector/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const Selector = ({ selected, label, handleSelector }: SelectorProps) => {
p="0"
bg="orange_light"
borderColor="orange_light"
borderRadius="3xl"
borderRadius="2xl"
>
{label.map((item, index) => (
<MenuItem
Expand Down

0 comments on commit e050d4e

Please sign in to comment.