Skip to content

Commit b5d3c8f

Browse files
committed
feat: add hover effect for buttons
1 parent 4196f69 commit b5d3c8f

File tree

1 file changed

+1
-1
lines changed
  • frontend/src/components/ui/button

1 file changed

+1
-1
lines changed

frontend/src/components/ui/button/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const buttonVariants = cva(
88
{
99
variants: {
1010
variant: {
11-
default: 'bg-primary text-primary-foreground shadow hover:bg-primary/90 h-10',
11+
default: 'bg-[#EEEEEE] text-primary-foreground shadow hover:bg-white h-10',
1212
destructive: 'bg-destructive text-destructive-foreground shadow-sm hover:bg-destructive/90',
1313
outline:
1414
'border border-input bg-background shadow-sm hover:bg-accent hover:text-accent-foreground',

0 commit comments

Comments
 (0)