Hi
The icon component in 8.1 doesn’t accept css3 fill property in style class.
If I use the fill property in the style section of component property it accepts the color but not in style classes.
The icons’ fill color seems to be based on the text color attribute of a style class, if I remember correctly. I’m not sure if this is intentional or a bug, but it’s weird either way.
When I set props.color to unset, I get a red triangle saying color: does not match the format for color although the fill property from the style class does apply in that case. Interesting…
Ah, yes, I missed that part. Still an issue I guess, although if you think about it, icons are used within text which should use the text colour. I guess that got passed onto the icon component itself. Changing it now would probably break everyone’s projects