Skip to content

Commit c9622a3

Browse files
authored
Merge pull request #575 from nidhish-srivastava/fix/btntextcolor
fix/changed text color of Upgrade btn on settings/billing page
2 parents e66bb94 + 348d162 commit c9622a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/ui/button.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const buttonVariants = cva(
1616
"bg-primary text-primary-foreground hover:bg-primary/90 transition-colors",
1717
special: "text-white",
1818
orange:
19-
"bg-[#fb7a00] text-black hover:bg-[#fb7a00]/90 transition-colors",
19+
"bg-[#fb7a00] text-white hover:bg-[#fb7a00]/90 transition-colors",
2020
destructive:
2121
"bg-destructive text-destructive-foreground hover:bg-destructive/90 transition-colors",
2222
outline:

0 commit comments

Comments
 (0)