Skip to content

Commit

Permalink
[PageTitle] Tweak subtitle
Browse files Browse the repository at this point in the history
  • Loading branch information
rikurauhala committed Nov 15, 2024
1 parent 8ea1308 commit 2b5bf09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const PageTitle = ({ subtitle, title }: { subtitle?: string; title: strin
{title}
</Typography>
{subtitle && (
<Typography color="textSecondary" component="h2" variant="h5">
<Typography color="text.secondary" component="h2" variant="h6">
{subtitle}
</Typography>
)}
Expand Down

0 comments on commit 2b5bf09

Please sign in to comment.