FormidableLabs/radium
View on GitHubNot applying interactive styles with Material ui
Open
#1,014 opened on Dec 18, 2018
help wantedinvestigate
Repository metrics
- Stars
- (7,414 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
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>