feat: reduce width to 230

This commit is contained in:
amhsirak
2025-11-05 22:03:59 +05:30
parent 56467d5560
commit 3b56d865c9

View File

@@ -72,7 +72,7 @@ export const MainMenu = ({ value = 'robots', handleChangeContent }: MainMenuProp
<Paper
sx={{
height: '100%',
width: '250px',
width: '230px',
backgroundColor: theme.palette.background.paper,
paddingTop: '0.5rem',
color: defaultcolor,