chore(ui): remove tool header button borders

This commit is contained in:
Shantur Rathore
2026-02-27 00:13:05 +00:00
parent 9b435e3621
commit d147ad49ff
2 changed files with 3 additions and 4 deletions

View File

@@ -434,7 +434,7 @@ function ToolCallItem(props: ToolCallItemProps) {
<span class="tool-name">{toolName() || t("messageBlock.tool.unknown")}</span>
</div>
<div class="flex items-center gap-2">
<div class="flex items-center gap-0">
<Show when={taskSessionId()}>
<button
class="tool-call-header-button"