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,4 +1,4 @@
<div class="player-buttons">
<MudStack Row="true" AlignItems="AlignItems.Center" Spacing="2">
<MudIconButton Icon="@GetPlayIcon()"
Color="Color.Primary"
Size="Size.Large"
@@ -9,4 +9,4 @@
Size="Size.Large"
OnClick="@Stop"
Disabled="!IsLoaded"/>
</div>
</MudStack>