Skip to content

Commit

Permalink
added primary variant for button
Browse files Browse the repository at this point in the history
  • Loading branch information
me-imfhd committed Nov 3, 2023
1 parent 730b2a1 commit 2be1b2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/ui/button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const buttonVariants = cva(
variants: {
variant: {
default: "bg-primary text-primary-foreground hover:bg-primary/90",
primary:"bg-primary text-background hover:bg-primary/90",
destructive:
"bg-destructive text-destructive-foreground hover:bg-destructive/90",
outline:
Expand Down

0 comments on commit 2be1b2c

Please sign in to comment.