Skip to content

Commit

Permalink
Adjust preset panel bg colour to spec
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseDiazRohena committed Mar 18, 2024
1 parent f8ba7ba commit 48d5854
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion libs/tote_bag/juce_gui/components/panels/PresetPanel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ PresetPanel::~PresetPanel()

void PresetPanel::paint (juce::Graphics& g)
{
g.setColour (tote_bag::colours::plainWhite);
g.setColour (tote_bag::colours::offWhite);
g.fillAll();

g.setColour (tote_bag::colours::plainBlack);
Expand Down
1 change: 1 addition & 0 deletions libs/tote_bag/juce_gui/lookandfeel/LookAndFeelConstants.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ const juce::Colour grassGreen (0xff43a028);
const juce::Colour avocadoGreen (0xff83a028);
const juce::Colour racecarRed (0xffef202a);
const juce::Colour lightGrey (0xff7d7d7d);
const juce::Colour offWhite (0xffe8e8e8);
const juce::Colour transparentGrey (0x33393838);
const juce::Colour transparentMediumGrey (0x4D696969);
const juce::Colour slateGrey (0xff383838);
Expand Down

0 comments on commit 48d5854

Please sign in to comment.