Skip to content

Commit fc7f564

Browse files
committed
style(popup): reduce success toast height
1 parent 84af3cc commit fc7f564

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/components/ui/sonner.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ const Toaster = ({ ...props }: ToasterProps) => {
2525
} as React.CSSProperties
2626
}
2727
toastOptions={{
28+
style: {
29+
padding: "10px 12px",
30+
},
2831
classNames: {
2932
toast: "cn-toast",
3033
},

0 commit comments

Comments
 (0)