Skip to content

Commit

Permalink
design: button size md 삭제 (h가 lg와 동일)
Browse files Browse the repository at this point in the history
  • Loading branch information
xxxjinn committed Feb 5, 2025
1 parent 12e2cd8 commit c1ef5a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/ui/button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ const buttonVariants = cva(
},
size: {
sm: "h-[36px] w-full",
md: "h-[52px] w-full",
lg: "h-[52px] w-full",
icon_sm: "h-[14px] w-[14px]",
icon_md: "h-[18px] w-[18px]",
Expand Down

0 comments on commit c1ef5a1

Please sign in to comment.