style: retune top bar colors

This commit is contained in:
2026-04-02 22:59:19 +08:00
parent c9adc6ec5e
commit da2782c0c0
3 changed files with 4 additions and 2 deletions

View File

@@ -107,7 +107,9 @@ void MenuBar::RenderChrome() {
}
Actions::HandleMenuBarShortcuts(*m_context);
ImGui::PushStyleColor(ImGuiCol_Text, ImVec4(0.08f, 0.08f, 0.08f, 1.0f));
Actions::DrawMainMenuBar(*m_context, m_aboutPopup);
ImGui::PopStyleColor();
RenderRunToolbar();
}