Changed secondary button color
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
--primary: rgb(101, 230, 166);
|
||||
--primary-foreground: hsl(180 0 4.9%);
|
||||
|
||||
--secondary: hsl(222.2 47.4% 11.2%);
|
||||
--secondary: hsl(0, 0%, 22.5%);
|
||||
--secondary-foreground: hsl(210 40% 98%);
|
||||
|
||||
--accent: hsl(11, 87%, 69%);
|
||||
|
||||
@@ -10,7 +10,7 @@ export const buttonVariants = cva(
|
||||
default: "bg-primary text-primary-foreground hover:bg-primary/70",
|
||||
destructive: "bg-destructive text-destructive-foreground hover:bg-destructive/90",
|
||||
outline: "border border-input hover:bg-primary hover:text-primary-foreground",
|
||||
secondary: "bg-secondary text-secondary-foreground hover:bg-primary/20",
|
||||
secondary: "bg-secondary text-secondary-foreground hover:bg-primary/40",
|
||||
ghost: "hover:bg-primary/70 hover:text-primary-foreground",
|
||||
link: "text-primary underline-offset-4 hover:underline"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user