When it comes to specific styling for each component, there are multiple ways that this can be done. Sorry if that doesn't make sense, but I'm just understand how can I apply styles to both the Button and AppBarĭoes the following code tell material that all of the components on the theme use this palette? const theme = createMuiTheme(, // This is just green.A700 as hex. I understand that the following is an object that controls the CSS const theme = createMuiTheme()īut does it control all of material UI components ? I get following Cannot read property 'prepareStyles' of undefined
and I'm following this guide from material to