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.
1 parent 9075ef5 commit 2104a3eCopy full SHA for 2104a3e
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-primary/90",
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