help wantedinvestigate
仓库指标
- Star
- (7,414 star)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
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>