Change summary
crates/agent/src/active_thread.rs | 1 +
crates/agent/src/agent_panel.rs | 1 +
2 files changed, 2 insertions(+)
Detailed changes
@@ -3417,6 +3417,7 @@ impl Render for ActiveThread {
v_flex()
.size_full()
.relative()
+ .bg(cx.theme().colors().panel_background)
.on_mouse_move(cx.listener(|this, _, _, cx| {
this.show_scrollbar = true;
this.hide_scrollbar_later(cx);
@@ -2135,6 +2135,7 @@ impl AgentPanel {
v_flex()
.size_full()
+ .bg(cx.theme().colors().panel_background)
.when(recent_history.is_empty(), |this| {
let configuration_error_ref = &configuration_error;
this.child(