Skip to content

Commit

Permalink
style(coscrad-frontend): fix display on nav menu icons (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbambrick authored and aaron-plahn committed May 23, 2023
1 parent 9abaa00 commit 8d84ad1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const NavMenuPresenter = ({ navItemInfos }: NavMenuPresenterProps): JSX.E
};

return (
<Box data-testid="nav-menu">
<Box sx={{ display: 'flex' }} data-testid="nav-menu">
<IconButton
id="basic-button"
color="primary"
Expand Down

0 comments on commit 8d84ad1

Please sign in to comment.