Skip to content

Commit

Permalink
Fix typography for sentence card sections
Browse files Browse the repository at this point in the history
  • Loading branch information
samgibsonmoj authored and carlsixsmith-moj committed Aug 7, 2024
1 parent b5cde0f commit 862b40b
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<MudCard Style="Height: 100%">
<MudCardHeader>
<CardHeaderContent>
Custody
<MudText Typo="Typo.h6">Custody</MudText>
</CardHeaderContent>
<CardHeaderActions>
<MudTooltip Text="Expand">
Expand All @@ -30,7 +30,7 @@
<MudCard Style="Height: 100%">
<MudCardHeader>
<CardHeaderContent>
Sentence
<MudText Typo="Typo.h6">Sentence</MudText>
</CardHeaderContent>
<CardHeaderActions>
<MudTooltip Text="Expand">
Expand Down Expand Up @@ -78,7 +78,7 @@
<MudCard Style="Height: 100%">
<MudCardHeader>
<CardHeaderContent>
Community
<MudText Typo="Typo.h6">Community</MudText>
</CardHeaderContent>
<CardHeaderActions>
<MudTooltip Text="Expand">
Expand All @@ -105,7 +105,7 @@
<MudCard Style="Height: 100%">
<MudCardHeader>
<CardHeaderContent>
Supervising Officer / Offender Manager
<MudText Typo="Typo.h6">Supervising Officer / Offender Manager</MudText>
</CardHeaderContent>
<CardHeaderActions>
<MudTooltip Text="Expand">
Expand Down

0 comments on commit 862b40b

Please sign in to comment.