Use PageHeader throughout the system

This commit is contained in:
2025-12-25 21:53:15 -05:00
parent 1e36a5661b
commit 023e6c289a
19 changed files with 199 additions and 164 deletions
@@ -57,7 +57,7 @@
@* Description *@
@if (!string.IsNullOrEmpty(Description))
{
<MudText Typo="Typo.body2" Color="Color.Secondary">@Description</MudText>
<MudText Typo="Typo.body2">@Description</MudText>
}
@* Custom Header Content *@