buildo / react-components

Collection of general React components used in buildo projects.
http://react-components.buildo.io/
MIT License
157 stars 21 forks source link

Icon color props doesn't seem to have any effect #1172

Closed gabro closed 6 years ago

gabro commented 6 years ago

Project card

description

Changing the color props of an Icon doesn't alter its color.

how to reproduce

specs

A quick investigation shows that the color is set on the .icon class but the one on the icon::before pseudo-class prevails

giogonzo commented 6 years ago

outdated, we have SVG icons now. Closing for the moment, if there's a similar issues with SVG icons, it will probably be related to #1258