UI Polish for theme selector (#294)

This commit is contained in:
Miguel Solorio 2025-05-08 16:00:55 -07:00 committed by GitHub
parent 6b0ac084b8
commit a685597b70
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 171 additions and 81 deletions

View file

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