fix: Mix Visualizer Controls Styles

This commit is contained in:
daniel-c-harvey
2026-06-17 04:08:18 -04:00
parent 39fabc8d0d
commit bfdbf7568f
3 changed files with 11 additions and 11 deletions
@@ -24,6 +24,6 @@
attribute onto its element — reach it with ::deep. Tinted to the secondary accent and the
overlay-label opacity so it matches the session-hero NowPlaying captions (§7e). */
.mix-visualizer-control ::deep .mix-visualizer-control-icon {
color: var(--mud-palette-secondary);
color: var(--mud-palette-primary);
opacity: 0.78;
}