Is there a way of altering the theme for specific elements, I understand that the background color of the date pickers toolbar is using theme.palette.primary[500], if the theme is light, but if I wanted to use a different color how would I go about doing this (aside from altering the palettes primary color)?
There is no way currently.
I`ve known that some time we would need to implement the classes api for pickers.
Actually I cant promise you anything, but will try to implement that in one of beta releases)
If you want to open pull request, you are welcome)
As the variant you can override the whole theme of picker, by wrapping it in the custom MuiThemeProvider
@all 馃帀 We have such ability, but I didn`t know about that - just refer here is an example of how to override particular control
Most helpful comment
@all 馃帀 We have such ability, but I didn`t know about that - just refer here is an example of how to override particular control