WIP - more work on sign in feature

This commit is contained in:
Rick Watson
2019-05-14 23:18:24 +01:00
parent c74c287e21
commit cf693ca341
4 changed files with 39 additions and 10 deletions

View File

@ -98,7 +98,7 @@ class MenuAppBar extends React.Component {
const drawer = (
<div>
<Toolbar>
<Typography variant="title" color="primary">
<Typography variant="h6" color="primary">
{APP_NAME}
</Typography>
<Divider absolute />
@ -146,7 +146,7 @@ class MenuAppBar extends React.Component {
>
<MenuIcon />
</IconButton>
<Typography variant="title" color="inherit" noWrap>
<Typography variant="h6" color="inherit" noWrap>
{sectionTitle}
</Typography>
</Toolbar>