FormidableLabs/radium

Not applying interactive styles with Material ui

开放

#1,014 创建于 2018年12月18日

 (1 条评论) (0 个反应) (0 位负责人)JavaScript (352 个派生)batch import
help wantedinvestigate

仓库指标

星标
 (7,414 个星标)
PR 合并指标
 (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>

贡献者指南