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
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