@@ -154,10 +154,10 @@ const useStyles = makeStyles(theme => ({
154
154
alignItems : 'stretch' ,
155
155
position : 'absolute' ,
156
156
zIndex : theme . zIndex . drawer + 1 ,
157
- // transition: theme.transitions.create(['width', 'margin'], {
158
- // easing: theme.transitions.easing.sharp,
159
- // duration: theme.transitions.duration.leavingScreen,
160
- // }),
157
+ transition : theme . transitions . create ( [ 'width' , 'margin' ] , {
158
+ easing : theme . transitions . easing . sharp ,
159
+ duration : theme . transitions . duration . leavingScreen ,
160
+ } ) ,
161
161
} ,
162
162
sidebarContainer : {
163
163
display : 'flex' ,
@@ -171,10 +171,10 @@ const useStyles = makeStyles(theme => ({
171
171
// width: theme.sidebar.width,
172
172
// flexShrink: 0,
173
173
// },
174
- // transition: theme.transitions.create('width', {
175
- // easing: theme.transitions.easing.sharp,
176
- // duration: theme.transitions.duration.leavingScreen,
177
- // }),
174
+ transition : theme . transitions . create ( 'width' , {
175
+ easing : theme . transitions . easing . sharp ,
176
+ duration : theme . transitions . duration . leavingScreen ,
177
+ } ) ,
178
178
} ,
179
179
sidebarContainerMobile : {
180
180
width : 0 ,
0 commit comments