stream-chat-angular
stream-chat-angular copied to clipboard
Icon color customization
Would be cool to easily customize icons colors through CSS variables or the color
CSS property.
The second option would work if icons were represented as font. Let me know if you're interested in how it works.
As of now you have to do stuff like this svg path { fill: [color] }
which is not optimal.
It's on our roadmap to replace SVG icons with either fonts or base-64 encoded images displayed from CSS (both help with the problem of custom colors). But I can't give you an ETA at the moment.
Released in [email protected]