diff --git a/src/gui_2.py b/src/gui_2.py index d7abb6c..96d20b0 100644 --- a/src/gui_2.py +++ b/src/gui_2.py @@ -2088,7 +2088,7 @@ class App: def _render_context_composition_placeholder(self) -> None: imgui.text("Context Composition") imgui.separator() - imgui.text_colored(imgui.ImColor.IM_COL32(150, 150, 150, 255).Value, "Coming in Phase 3...") + imgui.text_colored(C_LBL, "Coming in Phase 3...") def _render_snapshot_tab(self) -> None: if imgui.begin_tab_bar("snapshot_tabs"): @@ -2131,7 +2131,7 @@ class App: def _render_takes_placeholder(self) -> None: imgui.text("Takes & Synthesis") imgui.separator() - imgui.text_colored(imgui.ImColor.IM_COL32(150, 150, 150, 255).Value, "Coming in Phase 4...") + imgui.text_colored(C_LBL, "Coming in Phase 4...") def _render_markdown_test(self) -> None: imgui.text("Markdown Test Panel")