diff options
Diffstat (limited to 'packages/ui-new/src/components/ui/sonner.tsx')
| -rw-r--r-- | packages/ui-new/src/components/ui/sonner.tsx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/ui-new/src/components/ui/sonner.tsx b/packages/ui-new/src/components/ui/sonner.tsx index c9cd094..d6e293d 100644 --- a/packages/ui-new/src/components/ui/sonner.tsx +++ b/packages/ui-new/src/components/ui/sonner.tsx @@ -30,6 +30,11 @@ const Toaster = ({ ...props }: ToasterProps) => { "--border-radius": "var(--radius)", } as React.CSSProperties } + toastOptions={{ + classNames: { + toast: "cn-toast", + }, + }} {...props} /> ); |