Open nateshmbhat opened 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>
This seems related to https://github.com/FormidableLabs/radium/issues/964
I am trying to use Paper component and style it with radium , but the hover styles are not being applied when hovering.