FormidableLabs / radium

A toolchain for React component styling.
http://formidable.com/open-source/radium/
MIT License
7.38k stars 308 forks source link

Not applying interactive styles with Material ui #1014

Open nateshmbhat opened 5 years ago

nateshmbhat commented 5 years ago

I am trying to use Paper component and style it with radium , but the hover styles are not being applied when hovering.

<Paper style={{ backgroundColor : 'red' , ":hover" : {backgroundColor:'green' } }}>
<h1> Hi </h1>
</Paper>
kylecesmat commented 5 years ago

This seems related to https://github.com/FormidableLabs/radium/issues/964