timolins / react-hot-toast

Smoking Hot React Notifications 🔥
https://react-hot-toast.com
MIT License
9.73k stars 323 forks source link

Cannot set textAlign #352

Closed watchiswatch closed 5 months ago

watchiswatch commented 5 months ago

I want the text to be aligned to left but, toastOptions=({ style: { textAlign: 'left', }, }) This doesn't work.

It seems that the text div has flex and justify-center fixedly. Is there any way?

Thank you.