We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27c508d commit 1367c1aCopy full SHA for 1367c1a
1 file changed
Source/ui/MidiChannelsComponent.cpp
@@ -80,7 +80,7 @@ MidiChannelsComponent::MidiChannelsComponent()
80
parent);
81
};
82
83
- _channelsLabel.setColour(Label::textColourId, Colour(0xCC, 0xCC, 0xCC));
+ _channelsLabel.setColour(Label::textColourId, Colours::lightyellow);
84
85
auto f = _channelsLabel.getFont();
86
f.setHeight(14);
0 commit comments