diff --git a/common/menu.c b/common/menu.c index 0461d97..d9eda3a 100644 --- a/common/menu.c +++ b/common/menu.c @@ -235,7 +235,7 @@ void menuLoop() { if (menu->nEntries==0) { - DrawText(tahoma12, 64, 96 + 32, MakeColor(64, 64, 64, 255), textGetString(StrId_NoAppsFound_Msg)); + DrawText(tahoma12, 64, 96 + 32, MakeColor(255, 255, 255, 255), textGetString(StrId_NoAppsFound_Msg)); } else { // Draw menu entries