change background to editor background

Ben Kunkle created

Change summary

crates/settings_ui/src/keybindings.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

crates/settings_ui/src/keybindings.rs 🔗

@@ -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()