I want to achieve that the popover respectively the menu of a TextField
with 'select' property changes the background color. I followed the instructions of
CodePudding user response:
Use classes
or emotion styled
instead of makeStyles
Classes:
<MenuItem
classes={{...}}
>
...
</MenuItem>