diff --git a/components/ui/toast.tsx b/components/ui/toast.tsx index 2dc6668..926acbc 100644 --- a/components/ui/toast.tsx +++ b/components/ui/toast.tsx @@ -31,7 +31,7 @@ const toastVariants = cva( variant: { default: 'border bg-background text-foreground', destructive: - 'destructive group border-destructive bg-destructive text-destructive-foreground', + 'destructive group border-red-500 bg-red-500 text-white dark:border-red-600 dark:bg-red-600', }, }, defaultVariants: {