svelteuidev / svelteui

SvelteUI Monorepo
https://svelteui.dev
MIT License
1.29k stars 63 forks source link

ActionIcon #465

Closed Lakedaemon closed 1 year ago

Lakedaemon commented 1 year ago

Link to the page where something isn't quite right

https://www.svelteui.org/core/action-icon

Exact quote of what is wrong

Colors aren't applied to the icon in the USAGE demo, when variant=defult (but it works with other variants)

Are you willing to create pull request with the fix?

Yes

BeeMargarida commented 1 year ago

So, the default variant is supposed to not change the color of the icon. The error here is that the "default" value for variant is hover and not default.