feat: set width 250px

This commit is contained in:
karishmas6
2024-10-10 23:15:28 +05:30
parent e4ddf860c8
commit 2286e5ce55

View File

@@ -19,7 +19,8 @@ export const MainMenu = ({ value = 'recordings', handleChangeContent }: MainMenu
<Paper
sx={{
height: 'auto',
maxWidth: 'fit-content',
width: '250px',
maxWidth: '100%',
backgroundColor: 'white',
paddingTop: '2rem',
}}