change background to editor background

This commit is contained in:
Ben Kunkle
2025-06-16 15:08:33 +02:00
parent 9301856f6f
commit 3dff31e3c8

View File

@@ -341,7 +341,7 @@ impl Render for KeymapEditor {
.on_action(cx.listener(Self::select_last))
.on_action(cx.listener(Self::focus_search))
.size_full()
.bg(theme.colors().background)
.bg(theme.colors().editor_background)
.id("keymap-editor")
.track_focus(&self.focus_handle)
.px_4()