agent_ui: Fix history view background color when zoomed in (#41493)

Danilo Leal created

Release Notes:

- N/A

Change summary

crates/agent_ui/src/acp/thread_history.rs | 1 +
1 file changed, 1 insertion(+)

Detailed changes

crates/agent_ui/src/acp/thread_history.rs 🔗

@@ -450,6 +450,7 @@ impl Render for AcpThreadHistory {
         v_flex()
             .key_context("ThreadHistory")
             .size_full()
+            .bg(cx.theme().colors().panel_background)
             .on_action(cx.listener(Self::select_previous))
             .on_action(cx.listener(Self::select_next))
             .on_action(cx.listener(Self::select_first))