fix toaster close button color

This commit is contained in:
Josh Hawkins 2026-04-11 15:02:09 -05:00
parent 482652ef87
commit 3f5d2ec71b

View File

@ -19,7 +19,7 @@ const Toaster = ({ ...props }: ToasterProps) => {
cancelButton: cancelButton:
"group-[.toast]:bg-muted group-[.toast]:text-muted-foreground", "group-[.toast]:bg-muted group-[.toast]:text-muted-foreground",
closeButton: 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: success:
"group toast group-[.toaster]:bg-success group-[.toaster]:text-foreground group-[.toaster]:border-border group-[.toaster]:shadow-lg", "group toast group-[.toaster]:bg-success group-[.toaster]:text-foreground group-[.toaster]:border-border group-[.toaster]:shadow-lg",
error: error: