Skip to content

Commit

Permalink
fixing nested header option icon margin
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Jan 6, 2023
1 parent 5d254e4 commit 59680de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/app/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ const Header = props => {
<ListItemIcon
sx={{
minWidth: 0,
mr: open ? 3 : 'auto',
mr: 3,
justifyContent: 'center',
}}
>
Expand Down

0 comments on commit 59680de

Please sign in to comment.