Fixed sonner styling
This commit is contained in:
parent
42e5e25f60
commit
580ffc044c
1 changed files with 3 additions and 3 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue