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.
2 parents c83b4be + 7e918dd commit b5dc136Copy full SHA for b5dc136
1 file changed
components/frontend/src/components/ui/sonner.tsx
@@ -17,6 +17,9 @@ const Toaster = ({ ...props }: ToasterProps) => {
17
<Sonner
18
theme={theme as ToasterProps["theme"]}
19
className="toaster group"
20
+ position="bottom-right"
21
+ offset="80px"
22
+ closeButton
23
icons={{
24
success: <CircleCheckIcon className="size-4" />,
25
info: <InfoIcon className="size-4" />,
0 commit comments