refactor: remove --highlight

This commit is contained in:
codytseng
2025-04-08 17:27:51 +08:00
parent 3be4a93e6f
commit c5645f78e0
11 changed files with 12 additions and 19 deletions

View File

@@ -14,7 +14,7 @@ const buttonVariants = cva(
outline:
'border border-input bg-background shadow-sm hover:bg-accent hover:text-accent-foreground',
secondary: 'bg-secondary text-secondary-foreground shadow-sm hover:bg-secondary/80',
'secondary-2': 'bg-secondary text-secondary-foreground hover:bg-highlight',
'secondary-2': 'bg-secondary text-secondary-foreground hover:bg-primary',
ghost: 'clickable hover:text-accent-foreground',
link: 'text-primary underline-offset-4 hover:underline'
},