thaw-ui / thaw

An easy to use leptos component library
https://thawui.vercel.app
MIT License
206 stars 21 forks source link

fix(Message): interchange the icons of `MessageVariant::Success` and `MessageVariant::Error` #188

Closed bioinformatist closed 1 month ago

bioinformatist commented 1 month ago

It should be the ✓ for success and the ✗ for error to make more intuitive sense.

Before

image

After

image

luoxiaozero commented 1 month ago

thanks