fix: add toolbar below appbar in settings page to avoid content overlap (#4375)
parent
164fc5e80d
commit
dcd65515fc
|
@ -102,6 +102,7 @@ export default function SettingsView(props: Props) {
|
||||||
</Box>
|
</Box>
|
||||||
</Drawer>
|
</Drawer>
|
||||||
<Box component="main" sx={{ flexGrow: 1, p: 3 }}>
|
<Box component="main" sx={{ flexGrow: 1, p: 3 }}>
|
||||||
|
<Toolbar variant="dense" />
|
||||||
<Grid container spacing={2}>
|
<Grid container spacing={2}>
|
||||||
<Grid item xs={12}>
|
<Grid item xs={12}>
|
||||||
<Typography>{translate("Manage your security keys")}</Typography>
|
<Typography>{translate("Manage your security keys")}</Typography>
|
||||||
|
|
Loading…
Reference in New Issue