Changed width of menuOption

This commit is contained in:
Ananddubey01 2023-02-02 10:13:15 +05:30
parent 38d6d4dbb6
commit f05446cb33

View file

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