update: change color on component button shadcn

This commit is contained in:
abiyasa05 2024-10-31 15:26:33 +07:00
parent 14faf8111a
commit 71a7394257

View File

@ -10,7 +10,7 @@ const buttonVariants = cva(
{ {
variants: { variants: {
variant: { variant: {
default: "bg-primary text-primary-foreground hover:bg-primary/90", default: "bg-[--primary-color] text-white hover:bg-blue-500",
destructive: destructive:
"bg-destructive text-destructive-foreground hover:bg-destructive/90", "bg-destructive text-destructive-foreground hover:bg-destructive/90",
outline: outline: