diff --git a/firmware/application/ui_debug.cpp b/firmware/application/ui_debug.cpp index 5d9efd9ce..c18f59090 100644 --- a/firmware/application/ui_debug.cpp +++ b/firmware/application/ui_debug.cpp @@ -78,7 +78,7 @@ void RegistersWidget::draw_legend(Painter& painter) { const auto text = to_string_hex(i, config.legend_length); painter.draw_string( screen_pos() + offset, - style(), + style().invert(), text ); }