feat: outlined variant

This commit is contained in:
karishmas6
2024-10-10 23:10:35 +05:30
parent 82e705264c
commit 011959a056

View File

@@ -20,9 +20,10 @@ export const MainMenu = ({ value = 'recordings', handleChangeContent }: MainMenu
sx={{
height: 'auto',
maxWidth: 'fit-content',
backgroundColor: 'lightgray',
backgroundColor: 'white',
paddingTop: '2rem',
}}
variant="outlined"
>
<Box sx={{
width: '100%',