From 66562171c888f3df8eb7065040a922478da39bb0 Mon Sep 17 00:00:00 2001 From: Peter Feerick Date: Thu, 7 Oct 2021 18:22:33 +1000 Subject: [PATCH] Change from PRIMARY2 to PRIMARY1 --- radio/src/gui/colorlcd/view_statistics.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/radio/src/gui/colorlcd/view_statistics.h b/radio/src/gui/colorlcd/view_statistics.h index bad72959798..6a35824ec92 100644 --- a/radio/src/gui/colorlcd/view_statistics.h +++ b/radio/src/gui/colorlcd/view_statistics.h @@ -37,9 +37,9 @@ class DebugInfoNumber : public Window { coord_t prefixSize = 0; if (prefix != nullptr) { - prefixSize = getTextWidth(prefix, 0, COLOR_THEME_PRIMARY2 | FONT(XS)); + prefixSize = getTextWidth(prefix, 0, COLOR_THEME_PRIMARY1 | FONT(XS)); new StaticText(this, {0, 0, prefixSize, rect.h}, prefix, 0, - COLOR_THEME_PRIMARY2 | FONT(XS)); + COLOR_THEME_PRIMARY1 | FONT(XS)); } new DynamicNumber(this, {prefixSize, 0, rect.w - prefixSize, rect.h},