Migrate desktop AudioPlayerBar to MudBlazor theme surface

This commit is contained in:
daniel-c-harvey
2026-06-04 19:28:14 -04:00
parent a57e0f71c4
commit 8420ab8d37
16 changed files with 182 additions and 230 deletions
@@ -1,5 +1,5 @@
<div class="timestamp-display">
<MudText Typo="Typo.body2" Class="time-text">
<div class="timestamp-display">
<MudText Typo="Typo.caption" Class="time-text">
@FormatTime(CurrentTime) / @(Duration.HasValue ? FormatTime(Duration.Value) : "--:--")
</MudText>
</div>
</div>