diff --git a/src/app/MenuBar.cpp b/src/app/MenuBar.cpp index 449ab589..1b5f538a 100644 --- a/src/app/MenuBar.cpp +++ b/src/app/MenuBar.cpp @@ -936,6 +936,8 @@ struct InfoLabel : ui::Label { text += APP_NAME + " " + APP_EDITION_NAME + " " + APP_VERSION + " " + APP_OS_NAME + " " + APP_CPU_NAME; + color = bndGetTheme()->menuTheme.textColor; + Label::step(); } };