fix animations

This commit is contained in:
miloschwartz 2025-04-16 20:38:00 -04:00
parent 432f38333e
commit 36b62a5fe4
No known key found for this signature in database
5 changed files with 57 additions and 19 deletions

View file

@ -29,7 +29,7 @@ const toastVariants = cva(
{
variants: {
variant: {
default: "border bg-background text-foreground",
default: "border bg-card text-foreground",
destructive:
"destructive group border-destructive bg-destructive text-destructive-foreground",
},