tailwindlabs / heroicons

A set of free MIT-licensed high-quality SVG icons for UI development.
https://heroicons.com
MIT License
21.45k stars 1.28k forks source link

ArrowsExpandIcon (vue) does not support text-color #508

Closed coclav closed 2 years ago

coclav commented 3 years ago

Good morning,

Wonderful icon set!

I found an issue with this ArrowsExpandIcon icon that doesn't support tailwind css text-color

<MinusIcon  class="w-5 h-5 text-white bg-black rounded" />
<ArrowsExpandIcon  class="w-5 h-5 text-white bg-black rounded" />

Result :

image

The ArrowsExpandIcon color doesn't change.

jscssphtml commented 2 years ago

Same here. You can even see it in the documentation:

image

I fixed it by setting

stroke="currentColor"

instead of the fix coded color

bradlc commented 2 years ago

Thanks for reporting! This was resolved in d10250f and the fix was published in v1.0.5 👍