From 3f5d2ec71b0b44dd7d9beff549976fa12abc7049 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Sat, 11 Apr 2026 15:02:09 -0500 Subject: [PATCH] fix toaster close button color --- web/src/components/ui/sonner.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: