fix(LevelMeterFab): replace MudFab with hand-rolled button+SVG so band color tinting is no longer overridden by MudBlazor internals
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
using DeepDrftPublic.Client.Services;
|
||||
using Microsoft.AspNetCore.Components;
|
||||
using MudBlazor;
|
||||
|
||||
namespace DeepDrftPublic.Client.Controls.AudioPlayerBar;
|
||||
|
||||
@@ -11,8 +10,6 @@ public partial class LevelMeterFab : ComponentBase, IAsyncDisposable
|
||||
[CascadingParameter] public IStreamingPlayerService? PlayerService { get; set; }
|
||||
|
||||
[Parameter] public EventCallback OnClick { get; set; }
|
||||
[Parameter] public Size Size { get; set; } = Size.Large;
|
||||
[Parameter] public Color Color { get; set; } = Color.Primary;
|
||||
|
||||
// Level-data reduction tuning (see PLAN-level-meter-fab.md §2/§4). The three
|
||||
// band boundaries below are the spec contract; the attack/release coefficients
|
||||
|
||||
Reference in New Issue
Block a user