Skip to content

Commit

Permalink
Merge pull request #3805 from ProjectMirador/window-top-menu-button-m…
Browse files Browse the repository at this point in the history
…argin

[MUI5] Reduce Window top menu button margin
  • Loading branch information
cbeer authored Nov 21, 2023
2 parents c79062b + 8d9481d commit 9e998e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/WindowTopMenuButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export class WindowTopMenuButton extends Component {
aria-owns={open ? menuId : undefined}
className={open ? classes.ctrlBtnSelected : undefined}
sx={{
margin: 1,
margin: 0.25,
...(open && {
backgroundColor: 'action.selected',
}),
Expand Down

0 comments on commit 9e998e3

Please sign in to comment.