[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

@@ -12,7 +12,7 @@
body { body {
margin: 0; margin: 0;
background-color: #eeeeee; background-color: #fafafa;
height: 100% height: 100%
} }

View File

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