If you use material-ui in React with makeStyles and need to have a button without a hover try this: Set not classNames={} but classes={root: classes.$YourClassName}…
All about the daily struggle
If you use material-ui in React with makeStyles and need to have a button without a hover try this: Set not classNames={} but classes={root: classes.$YourClassName}…