[apps/home] Changed wrong background color on app_cell

This commit is contained in:
Maxime FRIESS
2020-06-24 14:59:53 +02:00
committed by GitHub
parent af0ed7ebc8
commit f2cd8367d6

View File

@@ -7,7 +7,7 @@ namespace Home {
AppCell::AppCell() :
HighlightCell(),
m_nameView(KDFont::SmallFont, (I18n::Message)0, 0.5f, 0.5f, Palette::HomeCellText, Palette::HomeCellTextActive),
m_nameView(KDFont::SmallFont, (I18n::Message)0, 0.5f, 0.5f, Palette::HomeCellText, Palette::HomeCellBackground),
m_visible(true), m_external_app(false)
{
}