feat: set icon size to 20

This commit is contained in:
amhsirak
2025-10-09 00:02:28 +05:30
parent 5f9d7d8671
commit b31b3c9c7f

View File

@@ -99,7 +99,7 @@ export const MainMenu = ({ value = 'robots', handleChangeContent }: MainMenuProp
<Button
onClick={() => setDocModalOpen(true)}
sx={buttonStyles}
startIcon={<Description />}
startIcon={<Description sx={{ fontSize: 20 }} />}
>
Documentation
</Button>