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 ( return (
<ThemeProvider theme={muiTheme}> <ThemeProvider theme={muiTheme}>
<BrowserRouter> <BrowserRouter>
<div> <div style={{backgroundColor: muiTheme.palette.background.default, color: muiTheme.palette.text.primary}}>
<AppBarWitHistory <AppBarWitHistory
toggleDrawerIcon={<IconButton onClick={this.toggleDrawer}><NavigationMenu /></IconButton>} toggleDrawerIcon={<IconButton onClick={this.toggleDrawer}><NavigationMenu /></IconButton>}
iconElementRight={ iconElementRight={

Loading…
Cancel
Save