Apply the theme to the base of the app.
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…
Reference in New Issue