Skip to content

Commit

Permalink
ResponsiveDrawer styles
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Jan 17, 2022
1 parent 15c02ea commit 1a5ce39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/common/ResponsiveDrawer.jsx
Expand Up @@ -22,8 +22,8 @@ const useStyles = makeStyles(theme => ({
left: 0,
bottom: 0,
zIndex: 100,
backgroundColor: "#f4f7f9",
height: 'calc(100vh - 64px)',
backgroundColor: "#fafbfc",
height: '1000px'
}
}));

Expand Down

0 comments on commit 1a5ce39

Please sign in to comment.