[Improvement] Set color for drawer for better show on resizing

This commit is contained in:
Qolzam
2018-02-26 16:10:25 +07:00
parent 10d92fd5f4
commit 24193b83b5

View File

@@ -92,7 +92,7 @@ const styles = (theme: any) => ({
height: '100%',
},
top: 70,
backgroundColor: 'transparent',
backgroundColor: '#fafafa',
borderRight: 0
},
menu: {