I customized some icons, but I can't see the colors I set #388
Answered
by
JuanMartinSalinas
hunterHungry
asked this question in
Q&A
-
I customized some icons, but I can't see the colors I set, and only one icon color can be displayed at a time. |
Beta Was this translation helpful? Give feedback.
Answered by
JuanMartinSalinas
Jul 6, 2024
Replies: 2 comments 2 replies
-
Having the same problem here ✋ is there a way to change the color of custom icons? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Nvm just found how to do it, SVG files have this attribute called "fill" so you just change that to "currentColor" and it works fine. Since I had a ton of custom icons I made a quick script with JS but it should be pretty easy to do it manually with VSC |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
FlorianWoelki
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nvm just found how to do it, SVG files have this attribute called "fill" so you just change that to "currentColor" and it works fine. Since I had a ton of custom icons I made a quick script with JS but it should be pretty easy to do it manually with VSC