fix: isolate and enlarge run toolbar

This commit is contained in:
2026-04-02 23:07:36 +08:00
parent 307e8dbd0e
commit c63dcf2229
2 changed files with 8 additions and 7 deletions

View File

@@ -339,7 +339,7 @@ inline ImVec4 ProjectBrowserPaneBackgroundColor() {
}
inline ImVec4 ToolbarBackgroundColor() {
return ImVec4(0.1f, 0.1f, 0.1f, 1.0f);
return ImVec4(0.19f, 0.19f, 0.19f, 1.0f);
}
inline ImVec2 SearchFieldFramePadding() {