mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
Changed active button color to YellowDark
This commit is contained in:
@@ -38,7 +38,7 @@ bool Button::handleEvent(Ion::Events::Event event) {
|
||||
|
||||
void Button::setHighlighted(bool highlight) {
|
||||
HighlightCell::setHighlighted(highlight);
|
||||
KDColor backgroundColor = highlight? Palette::Select : KDColorWhite;
|
||||
KDColor backgroundColor = highlight? Palette::YellowDark : KDColorWhite;
|
||||
m_messageTextView.setBackgroundColor(backgroundColor);
|
||||
markRectAsDirty(bounds());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user