feat: increase width of menu
This commit is contained in:
@@ -110,6 +110,7 @@ export const NavBar: React.FC<NavBarProps> = ({ recordingName, isRecording }) =>
|
|||||||
vertical: 'top',
|
vertical: 'top',
|
||||||
horizontal: 'right',
|
horizontal: 'right',
|
||||||
}}
|
}}
|
||||||
|
PaperProps={{sx: {width: '180px'}}}
|
||||||
>
|
>
|
||||||
<MenuItem onClick={() => { handleMenuClose(); logout(); }}>
|
<MenuItem onClick={() => { handleMenuClose(); logout(); }}>
|
||||||
<Logout sx={{ marginRight: '5px' }} /> Logout
|
<Logout sx={{ marginRight: '5px' }} /> Logout
|
||||||
|
|||||||
Reference in New Issue
Block a user