fix: misaligned right border on tool calls ui and spacing in multiple tool calls ui (#6941)

This commit is contained in:
Arya Gummadi 2025-08-25 11:26:06 -07:00 committed by GitHub
parent 7fa592f342
commit 4170dbdac3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 7 deletions

View file

@ -127,7 +127,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>