fix(gui): Use correct imgui style for hotkey background (#1371)

This commit is contained in:
FireFox101889 2023-06-05 15:33:04 -04:00 committed by GitHub
parent 7c59e7a98d
commit 4203fa3e7e

View File

@ -112,7 +112,7 @@ namespace ImGui
ImGui::RenderFrame(frame_bb.Min,
frame_bb.Max,
ImGui::GetColorU32(ImVec4(0.20f, 0.25f, 0.30f, 1.0f)),
(ImColor)style.Colors[ImGuiCol_FrameBg],
true,
style.FrameRounding);