emilkowalski / sonner

An opinionated toast component for React.
https://sonner.emilkowal.ski
MIT License
8.73k stars 278 forks source link

Width of Sonner Toast #67

Closed boateng-ampaw closed 1 year ago

boateng-ampaw commented 1 year ago

How do I change the with of the sonner toaster without it affecting the position of the toaster. I did this to change the width: toastOptions={{style: { width: 'fit-content' }, className: 'my-toast'}}. However it causes the toaster not be centred anymore. It shifts to the left

joaom00 commented 1 year ago

You can pass a className or style to the Toaster component and align to right