agent_ui: Fix history view background color when zoomed in (#41493)
Release Notes: - N/A
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user