dark mode fixes

This commit is contained in:
Ashwin Bhat
2024-11-20 11:25:06 -08:00
parent 7dbaee47a2
commit 78182eab10
6 changed files with 41 additions and 13 deletions

View File

@@ -10,7 +10,7 @@ const buttonVariants = cva(
variants: {
variant: {
default:
"bg-primary text-primary-foreground shadow hover:bg-primary/90",
"bg-primary text-primary-foreground shadow hover:bg-primary/90 dark:bg-gray-800 dark:text-white dark:hover:bg-gray-700",
destructive:
"bg-destructive text-destructive-foreground shadow-sm hover:bg-destructive/90",
outline: