Skip to content

Commit c07ad7c

Browse files
authored
Merge pull request #1071 from kanishka-commits/ui/buttons-bg
[FIX]: #975 Navigation Dots Not Visible When Active
2 parents c0d2290 + 7a656e4 commit c07ad7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ui/button.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const buttonVariants = cva(
1010
variants: {
1111
variant: {
1212
default:
13-
"bg-primary text-primary-foreground shadow-xs hover:bg-primary/90",
13+
"bg-[#5FBFA2] text-primary-foreground shadow-xs hover:bg-[#4FA892]",
1414
destructive:
1515
"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",
1616
outline:

0 commit comments

Comments
 (0)