FormidableLabs/radium

Not applying interactive styles with Material ui

Open

#1.014 aberto em 18 de dez. de 2018

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)JavaScript (352 forks)batch import
help wantedinvestigate

Métricas do repositório

Stars
 (7.414 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 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>

Guia do colaborador