Update formating for event ranking

This commit is contained in:
2025-10-22 10:11:07 -04:00
parent 5708d846d1
commit 2119de05a8
@@ -52,7 +52,7 @@ else
@if (context.RankedEvents.All(re => re.EventFormat != EventFormat.Individual)) @if (context.RankedEvents.All(re => re.EventFormat != EventFormat.Individual))
{ {
<MudTooltip Text="No Individual Event"> <MudTooltip Text="No Individual Event">
<MudText Color="Color.Warning">@AppIcons.IndividualEvent</MudText> <MudText Style="font-weight:bolder" Color="Color.Warning">@AppIcons.IndividualEvent</MudText>
</MudTooltip> </MudTooltip>
} }
</MudTd> </MudTd>