ui: match spectrum analyzer green to waveform green

This commit is contained in:
Armin 2026-07-14 01:16:57 +02:00
commit 21cccaf281

View file

@ -291,7 +291,7 @@ void SpectrumAnalyzer::paint(juce::Graphics& g) {
juce::Graphics::ScopedSaveState saved(g); juce::Graphics::ScopedSaveState saved(g);
g.setOpacity(0.7f); g.setOpacity(0.7f);
g.setColour(juce::Colour(0xff00ff66)); g.setColour(juce::Colour(0xff00ff88));
g.fillRect(bx, by, bw, barH); g.fillRect(bx, by, bw, barH);
} }
} }