Blazored / Toast

A JavaScript free toast library for Blazor and Razor Component applications
https://blazored.github.io/Toast/
MIT License
663 stars 92 forks source link

How to customize close button icon and remove close button? #98

Closed adambajguz closed 3 years ago

adambajguz commented 3 years ago

How to customize close button icon and remove close button?

chrissainty commented 3 years ago

This isn't something that can be customised right now, the close button has a hardcoded SVG. We would need to make some changes to be able to customise this.