Hello,
My name is Petar and I have some problems with setting the fill color of an iron-icon element.
Based on the core-icon I first tried this:
iron-icon: {
fill: red;
}
but it doesn't work...
iron-icon uses currentColor, so I tried this too:
iron-icon: {
color: red;
}
but it doesn't work too.
Am I missing something?
It will be batter if there is a css custom property for that.
Everything else is ok, so the problem isn't from the environment.
Thank you very much and have a nice day,
Petar