We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c14579a commit b9ff7a7Copy full SHA for b9ff7a7
dashboard/src/components/ui/sonner.tsx
@@ -13,6 +13,7 @@ const Toaster = ({ ...props }: ToasterProps) => {
13
theme={resolvedTheme as ToasterProps['theme']}
14
className="toaster group font-body"
15
dir={dir}
16
+ position='top-right'
17
toastOptions={{
18
classNames: {
19
toast: 'group font-body toast group-[.toaster]:bg-background group-[.toaster]:text-foreground group-[.toaster]:border-border group-[.toaster]:shadow-lg',
0 commit comments