There was an error while loading. Please reload this page.
1 parent 84af3cc commit fc7f564Copy full SHA for fc7f564
1 file changed
src/components/ui/sonner.tsx
@@ -25,6 +25,9 @@ const Toaster = ({ ...props }: ToasterProps) => {
25
} as React.CSSProperties
26
}
27
toastOptions={{
28
+ style: {
29
+ padding: "10px 12px",
30
+ },
31
classNames: {
32
toast: "cn-toast",
33
},
0 commit comments