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: should pass fontSize directly to paths #1042

Closed FrancescoCioria closed 7 years ago

FrancescoCioria commented 7 years ago

description

fontSize style is passed to the the <i /> but not to its .path children -> it can easily be overwritten by some extraneous CSS selector (as it's happening on AlinityPRO)

how to reproduce

specs

add explicit font-size: inherit to paths in the SASS

misc

{optional: other useful info}