From f0d43c0e846b9419698bd55aeced815fc96003ff Mon Sep 17 00:00:00 2001 From: juancmandev Date: Fri, 14 Mar 2025 20:54:28 -0600 Subject: [PATCH] --amend --- src/components/ui/button.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', }, },