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:
parent
377a73a122
commit
db346fea6d
1 changed files with 1 additions and 1 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue