Skip to content

Commit

Permalink
Increase app bar title size
Browse files Browse the repository at this point in the history
  • Loading branch information
codemonkey85 committed Dec 20, 2023
1 parent adaca3c commit ab7397f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pkmds.Web/Layout/MainLayout.razor
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Color="@Color.Inherit"
Edge="@Edge.Start"
OnClick="@DrawerToggle" />
<MudText Typo="@Typo.h6">
<MudText Typo="@Typo.h4">
PKMDS Save Editor
</MudText>
<MudSpacer />
Expand Down

0 comments on commit ab7397f

Please sign in to comment.