Skip to content

Commit

Permalink
Cleanup: Use new colour constant for text box colour default
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseDiazRohena committed Apr 21, 2024
1 parent 1f89496 commit 3838729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/tote_bag/juce_gui/lookandfeel/LookAndFeel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ LookAndFeel::LookAndFeel()
setColour (ColourIds::pointerColourId, juce::Colours::black);

// slider text box colours
setColour (juce::Slider::backgroundColourId, juce::Colour (0xff2f2f2f));
setColour (juce::Slider::backgroundColourId, sliderGrey);
setColour (juce::Slider::thumbColourId, juce::Colour (0xffe7e7e7));
setColour (juce::Slider::textBoxTextColourId, juce::Colours::black);
setColour (juce::Slider::textBoxOutlineColourId, valentinePink);
Expand Down

0 comments on commit 3838729

Please sign in to comment.