File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -85,8 +85,8 @@ MessageWindowComponent::MessageWindowComponent()
8585
8686 messageLabel = std::make_unique<Label> (" Message" );
8787 messageLabel->setFont (FontOptions { " Inter" , " Regular" , 18 .0f });
88- messageLabel->setColour (Label::backgroundColourId, findColour (ThemeColours::componentBackground ));
89- messageLabel->setColour (Label::outlineColourId, findColour (ThemeColours::componentParentBackground ));
88+ messageLabel->setColour (Label::backgroundColourId, findColour (ThemeColours::widgetBackground ));
89+ messageLabel->setColour (Label::outlineColourId, findColour (ThemeColours::outline ));
9090 messageLabel->setColour (Label::outlineWhenEditingColourId, findColour (ThemeColours::menuHighlightBackground));
9191 messageLabel->setJustificationType (Justification::left);
9292 messageLabel->setEditable (true );
@@ -198,9 +198,6 @@ void MessageWindowComponent::paint (Graphics& g)
198198 g.drawSingleLineText (" Load a saved message: " ,
199199 20 ,
200200 143 );
201-
202- g.setColour (findColour (ThemeColours::outline).withAlpha (0 .5f ));
203- g.drawRect (messageLabel->getBounds ());
204201}
205202
206203void MessageWindowComponent::resized ()
You can’t perform that action at this time.
0 commit comments