Skip to content

Commit

Permalink
Add a color which was missing which hit conduit also
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul committed Sep 28, 2024
1 parent 6d17b1e commit 3cf671f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sst/jucegui/style/StyleSheet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ struct DarkSheet : public StyleSheetBuiltInImpl
{
using n = components::MultiSwitch::Styles;
setColour(n::styleClass, n::unselected_hover, juce::Colour(0x50, 0x50, 0x50));
setColour(n::styleClass, n::valuebg, juce::Colour(0x30, 0x20, 0x00));
}

{
Expand Down

0 comments on commit 3cf671f

Please sign in to comment.