From 39569ef27b8fce9bc32d06f875fbf237d256bdd2 Mon Sep 17 00:00:00 2001 From: Danilo Leal <67129314+danilo-leal@users.noreply.github.com> Date: Thu, 15 Jan 2026 10:43:36 -0300 Subject: [PATCH] agent_ui: Improve icon for discarding interrupted edit (#46903) Just swapping it from the `Trash` icon for the `Undo` one given it's clearer. Release Notes: - N/A --- crates/agent_ui/src/acp/thread_view.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/agent_ui/src/acp/thread_view.rs b/crates/agent_ui/src/acp/thread_view.rs index ac0498ce7cb0fbedf25dd76b999347b25a5efeef..e60c74f6f6fcf3349b8a9503c4e3238c4acdefb5 100644 --- a/crates/agent_ui/src/acp/thread_view.rs +++ b/crates/agent_ui/src/acp/thread_view.rs @@ -3268,7 +3268,7 @@ impl AcpThreadView { this.child( IconButton::new( ("discard-partial-edit", entry_ix), - IconName::Trash, + IconName::Undo, ) .icon_size(IconSize::Small) .tooltip(move |_, cx| Tooltip::with_meta(