[WIP] Fix settings

This commit is contained in:
Quentin Guidée
2020-02-16 13:14:41 +01:00
parent f1ee3d78ef
commit 9de231ba64
3 changed files with 4 additions and 4 deletions

View File

@@ -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;
}