fix: tool calls ui issues (#590)

This commit is contained in:
Mingholy
2025-09-12 17:52:23 +08:00
committed by GitHub
parent 67e2e270bd
commit b01ddf0aed
7 changed files with 23 additions and 22 deletions

View File

@@ -269,7 +269,7 @@ const ToolStatusIndicator: React.FC<ToolStatusIndicatorProps> = ({
/>
)}
{status === ToolCallStatus.Success && (
<Text color={Colors.AccentGreen}></Text>
<Text color={Colors.AccentGreen}></Text>
)}
{status === ToolCallStatus.Confirming && (
<Text color={Colors.AccentYellow}>?</Text>