Material UI Button hover background color and text color
You probably don’t want to change the button’s :active state but the default and the :hover state. The following sets the button color to #fff and the backgroundColor to #3c52b2 and switch them on :hover. I’m not sure how you applied the updated styles (or how you tried to override the default styles), I created … Read more