Apply the theme to the base of the app.

master
Tom Hacohen 2019-02-09 10:41:38 +00:00
parent 51e436be2e
commit ebb2649078
1 changed files with 1 additions and 1 deletions

View File

@ -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={