I don't see any obvious way to change the hover styles on RaisedButtons. Instead of lightening on hover I essentially need the inverse, need it to darken... but ideally would have complete control over how the hover looks via a hoverStyle or similar property.
So how would you do this now?
@MarcMagnin You can change the raised variation of the style. https://material-ui-1dab0.firebaseapp.com/component-api/button#css-api
For anyone else looking at this, here's a link to the example that I used to get this working: https://stackoverflow.com/questions/45284597/overriding-with-classes-in-material-ui-v1-0-0-beta-1-shows-the-key-provided-to
Most helpful comment
For anyone else looking at this, here's a link to the example that I used to get this working: https://stackoverflow.com/questions/45284597/overriding-with-classes-in-material-ui-v1-0-0-beta-1-shows-the-key-provided-to