1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Change to unreadable button text colour in LookAndFeel_V3

This commit is contained in:
jules 2017-05-03 15:05:39 +01:00
parent 377a73a122
commit db346fea6d

View file

@ -30,7 +30,7 @@ LookAndFeel_V3::LookAndFeel_V3()
const Colour textButtonColour (0xffeeeeff);
setColour (TextButton::buttonColourId, textButtonColour);
setColour (TextButton::buttonOnColourId, Colour (0xff000000));
setColour (TextButton::buttonOnColourId, Colour (0xff888888));
setColour (ComboBox::buttonColourId, textButtonColour);
setColour (TextEditor::outlineColourId, Colours::transparentBlack);
setColour (TabbedButtonBar::tabOutlineColourId, Colour (0x66000000));