fix(toast): toast add missing text color class (#1162)

Co-authored-by: shadcn <m@shadcn.com>
This commit is contained in:
Dani
2023-08-17 13:27:23 +02:00
committed by GitHub
parent e3769277d8
commit 33b77e2f31
4 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

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

View File

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