feat: align buttons to left
This commit is contained in:
@@ -86,8 +86,8 @@ export const MainMenu = ({ value = 'recordings', handleChangeContent }: MainMenu
|
|||||||
</Tabs>
|
</Tabs>
|
||||||
<hr />
|
<hr />
|
||||||
<Box sx={{ display: 'flex', flexDirection: 'column', gap: '1rem', textAlign: 'left' }}>
|
<Box sx={{ display: 'flex', flexDirection: 'column', gap: '1rem', textAlign: 'left' }}>
|
||||||
<Button>Documentation</Button>
|
<Button sx={{ justifyContent: 'flex-start' }}>Documentation</Button>
|
||||||
<Button>Support</Button>
|
<Button sx={{ justifyContent: 'flex-start' }}>Support</Button>
|
||||||
</Box>
|
</Box>
|
||||||
</Box>
|
</Box>
|
||||||
</Paper>
|
</Paper>
|
||||||
|
|||||||
Reference in New Issue
Block a user