Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

Not applying interactive styles with Material ui #1014

Open
nateshmbhat opened this issue Dec 18, 2018 · 1 comment
Open

Not applying interactive styles with Material ui #1014

nateshmbhat opened this issue Dec 18, 2018 · 1 comment
Labels

Comments

@nateshmbhat
Copy link

nateshmbhat commented Dec 18, 2018

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>
@kylecesmat
Copy link
Contributor

This seems related to #964

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants