diff --git a/crates/agent_ui/src/threads_archive_view.rs b/crates/agent_ui/src/threads_archive_view.rs index 6e73584ef87f11810e4c860cc6ff4c8d8ff015a9..817a9deb3ae9223c0fe2bd169563bb9c5c6cb5a9 100644 --- a/crates/agent_ui/src/threads_archive_view.rs +++ b/crates/agent_ui/src/threads_archive_view.rs @@ -553,7 +553,6 @@ impl ThreadsArchiveView { base.status(AgentThreadStatus::Running) .action_slot( IconButton::new("cancel-restore", IconName::Close) - .style(ButtonStyle::Filled) .icon_size(IconSize::Small) .icon_color(Color::Muted) .tooltip(Tooltip::text("Cancel Restore")) @@ -568,12 +567,11 @@ impl ThreadsArchiveView { }) }), ) - .tooltip(Tooltip::text("Restoring\u{2026}")) + .tooltip(Tooltip::text("Restoring…")) .into_any_element() } else { base.action_slot( IconButton::new("delete-thread", IconName::Trash) - .style(ButtonStyle::Filled) .icon_size(IconSize::Small) .icon_color(Color::Muted) .tooltip({