feat: increase width of menu

This commit is contained in:
amhsirak
2024-12-08 20:37:48 +05:30
parent 69757050a9
commit 7186540ed9

View File

@@ -110,6 +110,7 @@ export const NavBar: React.FC<NavBarProps> = ({ recordingName, isRecording }) =>
vertical: 'top',
horizontal: 'right',
}}
PaperProps={{sx: {width: '180px'}}}
>
<MenuItem onClick={() => { handleMenuClose(); logout(); }}>
<Logout sx={{ marginRight: '5px' }} /> Logout