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

Release Notes:

- N/A
This commit is contained in:
Danilo Leal
2025-10-29 17:58:31 -03:00
committed by GitHub
parent cf0f442869
commit 12dae07108
@@ -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))