1
0
mirror of synced 2024-11-28 00:20:53 +01:00

Update UserCard.razor

This commit is contained in:
shiibe 2024-03-09 01:49:55 -05:00
parent 250f3b5550
commit 91094d062b

View File

@ -68,7 +68,7 @@
</CardHeaderActions>
</MudCardHeader>
<MudCardContent>
<MudText Style="font-weight:bold">Access Code</MudText>
<MudText Typo="Typo.body2" Style="font-weight:bold">Access Code</MudText>
<MudText Style="font-family:monospace;overflow:hidden;overflow-x:scroll">
@foreach (var digitGroup in StringUtil.SplitIntoGroups(user.AccessCodes[0], 4))
{