Color enhancements (#680)

This commit is contained in:
Miguel Solorio
2025-06-02 11:20:58 -07:00
committed by GitHub
parent c5869db080
commit 33052018a2
6 changed files with 49 additions and 15 deletions

View File

@@ -37,8 +37,8 @@ export const LoadingIndicator: React.FC<LoadingIndicatorProps> = ({
}
/>
</Box>
<Text color={Colors.AccentPurple}>
{currentLoadingPhrase}
<Text color={Colors.AccentPurple}>{currentLoadingPhrase}</Text>
<Text color={Colors.SubtleComment}>
{streamingState === StreamingState.WaitingForConfirmation
? ''
: ` (esc to cancel, ${elapsedTime}s)`}