fix: add toolbar below appbar in settings page to avoid content overlap (#4375)

pull/4384/head
Stephen Kent 2022-11-13 21:38:06 -08:00 committed by GitHub
parent 164fc5e80d
commit dcd65515fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -102,6 +102,7 @@ export default function SettingsView(props: Props) {
</Box>
</Drawer>
<Box component="main" sx={{ flexGrow: 1, p: 3 }}>
<Toolbar variant="dense" />
<Grid container spacing={2}>
<Grid item xs={12}>
<Typography>{translate("Manage your security keys")}</Typography>