We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c0d2290 + 7a656e4 commit c07ad7cCopy full SHA for c07ad7c
src/components/ui/button.tsx
@@ -10,7 +10,7 @@ const buttonVariants = cva(
10
variants: {
11
variant: {
12
default:
13
- "bg-primary text-primary-foreground shadow-xs hover:bg-primary/90",
+ "bg-[#5FBFA2] text-primary-foreground shadow-xs hover:bg-[#4FA892]",
14
destructive:
15
"bg-destructive text-white shadow-xs hover:bg-destructive/90 focus-visible:ring-destructive/20 dark:focus-visible:ring-destructive/40 dark:bg-destructive/60",
16
outline:
0 commit comments