Skip to content

Commit

Permalink
Set up builtin stylesheet Base fully
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul committed Dec 26, 2024
1 parent 70aa8c9 commit c34cc76
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 @@ -240,6 +240,7 @@ struct DarkSheet : public StyleSheetBuiltInImpl
{
using n = components::base_styles::Base;
setColour(n::styleClass, n::background, juce::Colour(0x25, 0x25, 0x28));
setColour(n::styleClass, n::background_hover, juce::Colour(0x50, 0x50, 0x50));
}

{
Expand Down

0 comments on commit c34cc76

Please sign in to comment.