feat: reduce width to 230
This commit is contained in:
@@ -72,7 +72,7 @@ export const MainMenu = ({ value = 'robots', handleChangeContent }: MainMenuProp
|
|||||||
<Paper
|
<Paper
|
||||||
sx={{
|
sx={{
|
||||||
height: '100%',
|
height: '100%',
|
||||||
width: '250px',
|
width: '230px',
|
||||||
backgroundColor: theme.palette.background.paper,
|
backgroundColor: theme.palette.background.paper,
|
||||||
paddingTop: '0.5rem',
|
paddingTop: '0.5rem',
|
||||||
color: defaultcolor,
|
color: defaultcolor,
|
||||||
|
|||||||
Reference in New Issue
Block a user