UI improvements for suggestions & status (#373)

This commit is contained in:
Miguel Solorio
2025-05-15 16:35:21 -07:00
committed by GitHub
parent 8d9e1118c6
commit 9862cf3204
5 changed files with 14 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ export const ToolGroupMessage: React.FC<ToolGroupMessageProps> = ({
const hasPending = !toolCalls.every(
(t) => t.status === ToolCallStatus.Success,
);
const borderColor = hasPending ? Colors.AccentYellow : Colors.AccentPurple;
const borderColor = hasPending ? Colors.AccentYellow : Colors.SubtleComment;
return (
<Box