mirror of
https://github.com/dstotijn/hetty.git
synced 2025-07-01 18:47:29 -04:00
Polish admin styles
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user