timolins / react-hot-toast

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

Change LoaderIcon size #269

Open akshay-nm opened 1 year ago

akshay-nm commented 1 year ago

How do I increase the icon size of a toast?

bastiampos commented 1 year ago

I need to increase the loader icon size too, any option?

jorgemoraga10 commented 1 year ago

i need too, any alternative for this??

bastiampos commented 1 year ago

i need too, any alternative for this??

You can use style={{width: 50px, height: 50px}} por example

Limitless-Kode commented 1 year ago

@timolins is this something that could be added as a property(iconSize)? I could work on that and make a PR.