Skip to content

Commit

Permalink
Change from PRIMARY2 to PRIMARY1
Browse files Browse the repository at this point in the history
  • Loading branch information
pfeerick committed Oct 7, 2021
1 parent 17c5962 commit 6656217
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions radio/src/gui/colorlcd/view_statistics.h
Original file line number Diff line number Diff line change
Expand Up @@ -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<uint32_t>(this,
{prefixSize, 0, rect.w - prefixSize, rect.h},
Expand Down

0 comments on commit 6656217

Please sign in to comment.