Skip to content

Commit fa4896b

Browse files
authored
Merge pull request #55 from Flyinchicken/main
fix: more obvious hover effect for button
2 parents 42f36b3 + d2779f4 commit fa4896b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Button/Button.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ export const buttonVariants = cva(
2828
sm: 'h-8 rounded-md px-3 text-xs'
2929
},
3030
variant: {
31-
danger: 'bg-destructive text-destructive-foreground shadow-xs hover:bg-destructive/90',
31+
danger: 'bg-destructive text-destructive-foreground shadow-xs hover:bg-destructive/70',
3232
ghost: 'hover:bg-accent hover:text-accent-foreground',
3333
link: 'text-primary underline-offset-4 hover:underline',
3434
outline: 'border border-input bg-inherit shadow-xs',
3535
primary: 'bg-primary text-primary-foreground shadow-sm hover:bg-primary/90',
36-
secondary: 'bg-secondary border text-secondary-foreground shadow-xs hover:bg-secondary/80'
36+
secondary: 'bg-secondary border text-secondary-foreground shadow-xs hover:bg-secondary/10'
3737
}
3838
}
3939
}

0 commit comments

Comments
 (0)