fix menu option width

This commit is contained in:
Abhinav 2022-06-28 15:46:57 +05:30
parent 4e209b776f
commit e91616abec

View file

@ -31,6 +31,7 @@ export function OverflowMenuOption({
<MenuItem
onClick={handleClick}
sx={{
width: 180,
color: (theme) => theme.palette[color].main,
padding: 1.5,
'& .MuiSvgIcon-root': {