diff --git a/frontend/components/ui/sonner.tsx b/frontend/components/ui/sonner.tsx index 549cf841..dc043507 100644 --- a/frontend/components/ui/sonner.tsx +++ b/frontend/components/ui/sonner.tsx @@ -16,11 +16,11 @@ const Toaster = ({ ...props }: ToasterProps) => { classNames: { toast: "group toast group-[.toaster]:bg-background group-[.toaster]:text-foreground group-[.toaster]:border-border group-[.toaster]:shadow-lg", - description: "group-[.toast]:text-muted-foreground", + description: "!text-muted-foreground", actionButton: - "group-[.toast]:bg-primary group-[.toast]:text-primary-foreground", + "!bg-primary !text-primary-foreground", cancelButton: - "group-[.toast]:bg-muted group-[.toast]:text-muted-foreground", + "!bg-muted !text-muted-foreground", }, }} {...props}