Skip to content

Commit

Permalink
Refactor for applicatns side style
Browse files Browse the repository at this point in the history
cahnge menu icon style and add style for drewaer
#166
  • Loading branch information
ha77an committed Jun 9, 2020
1 parent bd81b75 commit 81af148
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const ResponsiveDrawer = ({ Content, window, userData }) => {
onClick={handleDrawerToggle}
className={classes.menuButton}
>
<MenuIcon />
<MenuIcon style={{ fontSize: 35 }} />
</IconButton>
</Toolbar>
<nav className={classes.drawer} aria-label="mailbox folders">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ const useStyles = makeStyles((theme) => ({
menuButton: {
position: 'fixed',
left: theme.spacing(2),
top: theme.spacing(0.1),
fontSize: '2rem',
zIndex: '10',
[theme.breakpoints.up('sm')]: {
Expand Down
2 changes: 1 addition & 1 deletion client/src/components/common/AppBar/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@

@media only screen and (max-width: 610px) {
.logo{
padding-left: 2rem;
margin-left: 3rem;
}
}

0 comments on commit 81af148

Please sign in to comment.