diff --git a/apps/home/app_cell.cpp b/apps/home/app_cell.cpp index 2a5f472ee..adac67b32 100644 --- a/apps/home/app_cell.cpp +++ b/apps/home/app_cell.cpp @@ -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) { }