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<