alexplumb / material-ui-phone-number

Fork of react-phone-input-2 for the Material-UI library
MIT License
121 stars 180 forks source link

Styles from root theme are not inherited #118

Open briosheje opened 2 years ago

briosheje commented 2 years ago

Any style applied to material UI widgets defined on the theme of the application are not inherited by the component (including color, shapes and so on).

Might not be an issue at all, but it would at least be worth to mention it in the documentation

gentlementlegen commented 2 years ago

Agreed, global theming seems not to be working on the component. It is a bit tedious to duplicate the style just for this, would love a fix for it 😄