feat: set width 250px

This commit is contained in:
karishmas6
2024-10-10 23:24:39 +05:30
parent 2286e5ce55
commit f5a5f60afc

View File

@@ -20,7 +20,6 @@ export const MainMenu = ({ value = 'recordings', handleChangeContent }: MainMenu
sx={{
height: 'auto',
width: '250px',
maxWidth: '100%',
backgroundColor: 'white',
paddingTop: '2rem',
}}