feat: outlined variant
This commit is contained in:
@@ -20,9 +20,10 @@ export const MainMenu = ({ value = 'recordings', handleChangeContent }: MainMenu
|
|||||||
sx={{
|
sx={{
|
||||||
height: 'auto',
|
height: 'auto',
|
||||||
maxWidth: 'fit-content',
|
maxWidth: 'fit-content',
|
||||||
backgroundColor: 'lightgray',
|
backgroundColor: 'white',
|
||||||
paddingTop: '2rem',
|
paddingTop: '2rem',
|
||||||
}}
|
}}
|
||||||
|
variant="outlined"
|
||||||
>
|
>
|
||||||
<Box sx={{
|
<Box sx={{
|
||||||
width: '100%',
|
width: '100%',
|
||||||
|
|||||||
Reference in New Issue
Block a user