diff --git a/include/lang/pattern_data.hpp b/include/lang/pattern_data.hpp index 01f1f6368..d49dd45aa 100644 --- a/include/lang/pattern_data.hpp +++ b/include/lang/pattern_data.hpp @@ -786,7 +786,7 @@ namespace hex::lang { else ImGui::Text("%llu bits", entrySize); ImGui::TableNextColumn(); - ImGui::Text("%s", entryName.c_str()); + ImGui::TextColored(ImColor(0xFF9BC64D), "bits"); ImGui::TableNextColumn(); { u128 fieldValue = 0;