You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which makes it impossible to override from the Icon object. It should be stroke="currentColor" to be able to overwrite the stroke color.
I tried to generate the icons locally from the repo like in the README but without success. Let me know if you can reproduce it or not to try locally again!
PR added!
The text was updated successfully, but these errors were encountered:
I imported the library in a barebones Dioxus project to use the Heroicons Outline pack:
When using any icon of the library, the
path
object appears with astroke
attribute hardcoded like this:Which makes it impossible to override from the
Icon
object. It should bestroke="currentColor"
to be able to overwrite the stroke color.I tried to generate the icons locally from the repo like in the README but without success. Let me know if you can reproduce it or not to try locally again!PR added!
The text was updated successfully, but these errors were encountered: