don't use deprecated variants

This commit is contained in:
Rick Watson
2019-05-14 22:43:37 +01:00
parent 16eedb8171
commit f93804c240
9 changed files with 17 additions and 17 deletions

View File

@ -16,7 +16,7 @@ function SectionContent(props) {
const { children, classes, title } = props;
return (
<Paper className={classes.content}>
<Typography variant="display1">
<Typography variant="h4">
{title}
</Typography>
{children}