[Improvement] Change body color & set max width for drawer

This commit is contained in:
Qolzam
2018-02-24 16:17:07 +07:00
parent d32a04017a
commit fa251e6fa4
2 changed files with 2 additions and 2 deletions

View File

@@ -77,6 +77,7 @@ const styles = (theme: any) => ({
},
drawerHeader: theme.mixins.toolbar,
drawerPaper: {
maxWidth: drawerWidth,
width: drawerWidth,
[theme.breakpoints.up('md')]: {
width: drawerWidth,
@@ -96,7 +97,6 @@ const styles = (theme: any) => ({
},
menu: {
height: '100%',
backgroundColor: '#EEEEEE'
},
content: {
backgroundColor: 'transparent',