We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4eb57f7 + 35e66a9 commit a5fc666Copy full SHA for a5fc666
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "matte-ui",
3
- "version": "0.8.19",
+ "version": "0.8.20",
4
"description": "Matte is a UI component library on top of MUI and other react libraries.",
5
"author": "Squaredev",
6
"license": "Apache-2.0",
src/components/layouts/layout.component.tsx
@@ -65,6 +65,7 @@ const useStyles = makeStyles((theme: Theme) =>
65
},
66
drawerOpen: {
67
transform: 'translateX(0)',
68
+ width: drawerWidth,
69
zIndex: theme.zIndex.drawer + 1,
70
transition: theme.transitions.create(['transform'], {
71
easing: theme.transitions.easing.sharp,
0 commit comments