diff --git a/Source/PluginEditor.cpp b/Source/PluginEditor.cpp index a0cc5da..20ce4fd 100644 --- a/Source/PluginEditor.cpp +++ b/Source/PluginEditor.cpp @@ -2145,7 +2145,7 @@ void FreeFilterComponent::updateParameterComponents() } ParameterGroupComponent::ParameterGroupComponent(const String & name_, int groupid, PaulstretchpluginAudioProcessor* proc, bool showtoggle) -:name(name_), groupId(groupid), m_proc(proc), m_bgcolor(0xff1a1a1a), m_selbgcolor(0xff0d1922) +:name(name_), groupId(groupid), m_proc(proc), m_bgcolor(0xff1a1a1a), m_selbgcolor(0xff141f28) { if (name_.isNotEmpty()) { m_namelabel = std::make_unique