Skip to content

Commit

Permalink
Add missing button shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
gdude2002 committed Jul 21, 2024
1 parent 2c4c8ac commit cf4e269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/ui/button/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const buttonVariants = tv({
secondary: "bg-secondary text-secondary-foreground hover:bg-secondary/80 shadow",
ghost: "hover:bg-accent hover:text-accent-foreground hover:shadow",
link: "text-primary underline-offset-4 hover:underline",
accent: "bg-accent text-primary hover:bg-accent/80"
accent: "bg-accent text-primary shadow hover:bg-accent/80"
},
size: {
default: "h-10 px-4 py-2",
Expand Down

0 comments on commit cf4e269

Please sign in to comment.