update default button colors

This commit is contained in:
Guy Ben-Aharon
2024-09-22 17:10:12 +03:00
committed by Guy Ben-Aharon
parent 7928705f18
commit b45b61492e
11 changed files with 171 additions and 7 deletions

View File

@@ -6,7 +6,7 @@ export const buttonVariants = cva(
variants: {
variant: {
default:
'bg-primary text-primary-foreground shadow hover:bg-primary/90',
'bg-pink-600 text-primary-foreground shadow hover:bg-pink-500',
destructive:
'bg-destructive text-destructive-foreground shadow-sm hover:bg-destructive/90',
outline: