Closed schmidfelix closed 3 years ago
It would be very nice if you could change the icon color by adding a for example Tailwind class to the icon object.
Example:
<log-in-icon class="h-6 w-6 text-green-400"/>
Currently that doenst work, since the rendered output contains stroke="#141414", it should be currentColor in order to apply the text classes.
stroke="#141414"
currentColor
Good point. This has been implemented in v1.0.2.
It would be very nice if you could change the icon color by adding a for example Tailwind class to the icon object.
Example:
Currently that doenst work, since the rendered output contains
stroke="#141414"
, it should becurrentColor
in order to apply the text classes.