The default color
of
RaisedButton in material-ui used to be white unless specified as primary or secondary
, but it has since been updated to grey by default.
I am interested in finding the most efficient method to change all those buttons back to white by default.
While I could manually add inline styles or classes and write CSS code for this, I'm curious if there is a way to achieve this using the official customization API?