Skip to content

Commit d6e9f53

Browse files
committed
more padding
1 parent 4b80677 commit d6e9f53

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

webmoti-react/src/components/Buttons/EndCallButton/EndCallButton.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ const StyledButton = styled(Button)(({ theme }) => ({
2020
'&:hover': {
2121
background: '#000000',
2222
},
23-
paddingLeft: 5,
24-
paddingRight: 5,
2523
minWidth: 0,
2624
},
2725
}));

webmoti-react/src/components/MenuBar/ControlsMenu/ControlsMenu.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,13 @@ export default function ControlsMenu() {
8282
vertical: 'bottom',
8383
horizontal: 'center',
8484
}}
85+
slotProps={{
86+
paper: {
87+
sx: {
88+
padding: (theme) => theme.spacing(3),
89+
},
90+
},
91+
}}
8592
>
8693
<div className={classes.cameraControlsPopover}>
8794
<Grid container justifyContent="center" alignItems="center" direction="column">

0 commit comments

Comments
 (0)