mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[WIP] Fix settings
This commit is contained in:
@@ -17,7 +17,7 @@ AbstractScrollableMultipleExpressionsView::ContentCell::ContentCell() :
|
||||
}
|
||||
|
||||
KDColor AbstractScrollableMultipleExpressionsView::ContentCell::backgroundColor() const {
|
||||
KDColor background = m_even ? KDColorWhite : Palette::WallScreen;
|
||||
KDColor background = m_even ? KDColorWhite : Palette::BackgroundApps;
|
||||
return background;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user