Apply the theme to the base of the app.

master
Tom Hacohen 6 years ago
parent 51e436be2e
commit ebb2649078

@ -183,7 +183,7 @@ class App extends React.PureComponent {
return (
<ThemeProvider theme={muiTheme}>
<BrowserRouter>
<div>
<div style={{backgroundColor: muiTheme.palette.background.default, color: muiTheme.palette.text.primary}}>
<AppBarWitHistory
toggleDrawerIcon={<IconButton onClick={this.toggleDrawer}><NavigationMenu /></IconButton>}
iconElementRight={

Loading…
Cancel
Save