Polish admin styles

This commit is contained in:
David Stotijn
2020-09-23 18:10:32 +02:00
parent a3c22b7f1f
commit e9367f7186
16 changed files with 178 additions and 97 deletions

View File

@ -86,7 +86,7 @@ const useStyles = makeStyles((theme: Theme) =>
},
content: {
flexGrow: 1,
padding: theme.spacing(2),
padding: theme.spacing(3),
},
listItem: {
paddingLeft: 16,
@ -136,7 +136,7 @@ export function Layout(props: { children: React.ReactNode }): JSX.Element {
<MenuIcon />
</IconButton>
<Typography variant="h5" noWrap>
Hetty
<span style={{ marginRight: 12 }}>🧑🔧</span>Hetty
</Typography>
</Toolbar>
</AppBar>