diff --git a/packages/frontend/src/components/ui/button.tsx b/packages/frontend/src/components/ui/button.tsx index 4d75c75..abde05f 100644 --- a/packages/frontend/src/components/ui/button.tsx +++ b/packages/frontend/src/components/ui/button.tsx @@ -17,6 +17,7 @@ const buttonVariants = cva( secondary: "bg-secondary text-secondary-foreground hover:bg-secondary/80", ghost: "hover:bg-accent hover:text-accent-foreground dark:hover:bg-accent/50", link: "text-primary underline-offset-4 hover:underline", + dummy: "", }, size: { default: "h-9 px-4 py-2 has-[>svg]:px-3",