agent: Make all icons used for tool calls consistent (#34160)

Starting to use the `Tool...` family of icons dedicated & designed for
the agent panel.

Release Notes:

- N/A
This commit is contained in:
Danilo Leal 2025-07-09 19:28:46 -03:00 committed by GitHub
parent 66dda8e368
commit 862e733ef5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
24 changed files with 47 additions and 34 deletions

View file

@ -82,7 +82,7 @@ impl RenderOnce for ToolCallCardHeader {
.child(
h_flex().h(line_height).justify_center().child(
Icon::new(self.icon)
.size(IconSize::XSmall)
.size(IconSize::Small)
.color(Color::Muted),
),
)