We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e66bb94 + 348d162 commit c9622a3Copy full SHA for c9622a3
1 file changed
components/ui/button.tsx
@@ -16,7 +16,7 @@ const buttonVariants = cva(
16
"bg-primary text-primary-foreground hover:bg-primary/90 transition-colors",
17
special: "text-white",
18
orange:
19
- "bg-[#fb7a00] text-black hover:bg-[#fb7a00]/90 transition-colors",
+ "bg-[#fb7a00] text-white hover:bg-[#fb7a00]/90 transition-colors",
20
destructive:
21
"bg-destructive text-destructive-foreground hover:bg-destructive/90 transition-colors",
22
outline:
0 commit comments