Closed emilsomm closed 5 years ago
In the current version of the components package we are using fill
property to change icon color, it doesn't support inherit
value. It can be implemented in a future version since AeIcon will be based on font file instead of inlined SVGs.
See #219
I would suggest to change the neutral option of the icon to
color: inherit;
and notcolor: #000000;
This would truly be neutral, and we wouldn't have to overwrite it later. Which can be difficult.On the explorer the components also need updating
see screenshot below from my latest contribution to the explorer. In this situation i would use the neutral option as described above to give it a relatable color.