diff --git a/web/src/components/ui/sonner.tsx b/web/src/components/ui/sonner.tsx index 21da14e4e..bb61481c0 100644 --- a/web/src/components/ui/sonner.tsx +++ b/web/src/components/ui/sonner.tsx @@ -19,7 +19,7 @@ const Toaster = ({ ...props }: ToasterProps) => { cancelButton: "group-[.toast]:bg-muted group-[.toast]:text-muted-foreground", closeButton: - "group-[.toast]:bg-secondary border-primary border-[1px]", + "group-[.toast]:bg-secondary group-[.toast]:text-primary group-[.toast]:border-primary group-[.toast]:border-[1px]", success: "group toast group-[.toaster]:bg-success group-[.toaster]:text-foreground group-[.toaster]:border-border group-[.toaster]:shadow-lg", error: