Set bg-white to secondary variant (#6339)

pull/6348/head
Alex van Andel 2023-01-08 16:50:37 +00:00 committed by GitHub
parent 3f13791faf
commit 97e33bdd7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ const buttonClasses = cva(
variants: { variants: {
color: { color: {
primary: "text-white dark:text-black", 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", minimal: "text-gray-900 dark:text-darkgray-900",
destructive: "", destructive: "",
}, },