feat: update theme

This commit is contained in:
Ali BARIN
2021-11-24 23:15:22 +01:00
parent 3260bf8215
commit 232c224ccf
6 changed files with 138 additions and 9 deletions

View File

@@ -8,7 +8,7 @@ export default function PageTitle(props: PageTitleProps) {
const { children } = props;
return (
<Typography variant="h4">
<Typography variant="h3">
{children}
</Typography>
);