agent_ui: Improve icon for discarding interrupted edit (#46903)

Danilo Leal created

Just swapping it from the `Trash` icon for the `Undo` one given it's
clearer.

Release Notes:

- N/A

Change summary

crates/agent_ui/src/acp/thread_view.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

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(