timolins / react-hot-toast

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

Cannot set textAlign #352

Closed watchiswatch closed 7 months ago

watchiswatch commented 7 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.