diff --git a/src/components/ui/button.tsx b/src/components/ui/button.tsx index 412ac04..f08a0c3 100644 --- a/src/components/ui/button.tsx +++ b/src/components/ui/button.tsx @@ -15,6 +15,7 @@ const buttonVariants = cva( "border border-input bg-background hover:bg-accent hover:text-accent-foreground", secondary: "bg-secondary text-secondary-foreground hover:bg-secondary/80", ghost: "hover:bg-accent hover:text-accent-foreground", + light: "hover:bg-accent-foreground hover:text-accent", link: "text-primary underline-offset-4 hover:underline", }, size: {