x64Bits / solid-icons

The simplest way to use icons in SolidJS
https://solid-icons.vercel.app
MIT License
284 stars 18 forks source link

icons are not supporting tailwind #23

Closed DaliborTrampota closed 1 year ago

DaliborTrampota commented 1 year ago

Hi, I want to change the icon color on hover but it does not work. I'm porting from react to solidjss and react icons support it.

this is how its setup

how can I change the color on hover?

x64Bits commented 1 year ago

Certainly there was a problem for the css selectors to affect the colors and you had to use color directly, this is possibly corrected in 1.0.5, regards.

x64Bits commented 1 year ago

I have confirmed, from version 1.0.5 the problem to set colors with tailwind has been fixed.