1
0
mirror of synced 2024-11-24 06:50:15 +01:00
This commit is contained in:
shiibe 2024-06-04 23:44:09 -04:00
parent 916482c1f7
commit 08ba4da763
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@
<MudTd>
<MudStack Row="true" AlignItems="AlignItems.Baseline">
<MudText Typo="Typo.body1">@context.UserName</MudText>
<MudText Typo="Typo.caption">(@Localizer["ID"]: @context.Baid)</MudText>
<MudText Typo="Typo.caption" Style="color: #9E9E9E">(@Localizer["ID"]: @context.Baid)</MudText>
</MudStack>
</MudTd>
<MudTd>@context.BestScore</MudTd>

View File

@ -55,7 +55,7 @@ public partial class SongLeaderboardCard
isLoading = false;
}
private async Task OnDifficultyChange(string difficulty)
private async Task OnDifficultyChange(string difficulty = "None")
{
isLoading = true;
SelectedDifficulty = difficulty;