I customized some icons, but I can't see the colors I set #388
-
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.
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.
-
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.
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