diff --git a/crates/assistant/src/assistant_panel.rs b/crates/assistant/src/assistant_panel.rs index a6db195c8a0a5375b77013e44fcce422fb3b823b..f71a55142e1a63b6d65eb77a7b91951ce86c4f07 100644 --- a/crates/assistant/src/assistant_panel.rs +++ b/crates/assistant/src/assistant_panel.rs @@ -3510,6 +3510,7 @@ impl Render for InlineAssistant { .py_2() .border_y_1() .border_color(cx.theme().colors().border) + .bg(cx.theme().colors().editor_background) .on_action(cx.listener(Self::confirm)) .on_action(cx.listener(Self::cancel)) .on_action(cx.listener(Self::toggle_include_conversation))