jcoreio / material-ui-popup-state

boilerplate for common Material-UI Menu, Popover and Popper use cases
https://jcoreio.github.io/material-ui-popup-state/
MIT License
447 stars 28 forks source link

Change Paper Background Colour #86

Closed GaddMaster closed 2 years ago

GaddMaster commented 2 years ago

Cannot find out how to do this critical task :(

GaddMaster commented 2 years ago

I needed the important tag to make it work. I am having weird issue in general on NextJS. Not particularly this package issues

const useStyles = makeStyles((theme) => ({ paper: { background: ${heading} !important, borderRadius: "12px !important" } }));