From 63d8ef5897763824abb22f048bed0fe010f4150b Mon Sep 17 00:00:00 2001 From: tianyaxiang Date: Sun, 2 Feb 2025 15:22:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=8F=90=E7=A4=BA=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ui/toast.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ui/toast.tsx b/src/components/ui/toast.tsx index d0f4d75..5984854 100644 --- a/src/components/ui/toast.tsx +++ b/src/components/ui/toast.tsx @@ -29,7 +29,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", }, @@ -49,7 +49,7 @@ const Toast = React.forwardRef<