FormidableLabs/radium

Not applying interactive styles with Material ui

オープン

#1,014 opened on 2018/12/18

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)JavaScript (352 件のフォーク)batch import
help wantedinvestigate

Repository metrics

Stars
 (7,414 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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>

コントリビューターガイド