Skip to content

Commit 9e78100

Browse files
authored
fix: make button hover state darker instead of lighter (#111)
1 parent fe1aa27 commit 9e78100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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-primary text-primary-foreground shadow-xs hover:brightness-75",
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)