diff --git a/src/components/ui/button.tsx b/src/components/ui/button.tsx index 7b658d1..19d3778 100644 --- a/src/components/ui/button.tsx +++ b/src/components/ui/button.tsx @@ -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]",