Set bg-white to secondary variant (#6339)
parent
3f13791faf
commit
97e33bdd7e
|
@ -37,7 +37,7 @@ const buttonClasses = cva(
|
|||
variants: {
|
||||
color: {
|
||||
primary: "text-white dark:text-black",
|
||||
secondary: "text-gray-900 dark:text-darkgray-900",
|
||||
secondary: "text-gray-900 dark:text-darkgray-900 bg-white",
|
||||
minimal: "text-gray-900 dark:text-darkgray-900",
|
||||
destructive: "",
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue