diff --git a/src/components/ui/button.tsx b/src/components/ui/button.tsx index e2f2153..8deeeb1 100644 --- a/src/components/ui/button.tsx +++ b/src/components/ui/button.tsx @@ -21,7 +21,7 @@ const buttonVariants = cva( size: { default: 'h-10 px-4 py-2', sm: 'h-9 rounded-md px-3', - md: 'h-11 rounded-md px-8', + lg: 'h-11 rounded-md px-8', icon: 'h-10 w-10', }, },