timolins / react-hot-toast

Smoking Hot React Notifications 🔥

Home Page:https://react-hot-toast.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot set textAlign

watchiswatch opened this issue · comments

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.