diff options
| author | Miguel Solorio <[email protected]> | 2025-06-02 11:20:58 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-02 11:20:58 -0700 |
| commit | 33052018a27ff5ea498cfa21d34e15d002ab92f7 (patch) | |
| tree | a4d16fba42de38c10114c47d0b5f8df6511ab4f0 /packages/cli/src/ui/components/LoadingIndicator.tsx | |
| parent | c5869db0806d04bc0d1f4da6823f9e13d22e476b (diff) | |
Color enhancements (#680)
Diffstat (limited to 'packages/cli/src/ui/components/LoadingIndicator.tsx')
| -rw-r--r-- | packages/cli/src/ui/components/LoadingIndicator.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/cli/src/ui/components/LoadingIndicator.tsx b/packages/cli/src/ui/components/LoadingIndicator.tsx index 31c6fee9..64059d53 100644 --- a/packages/cli/src/ui/components/LoadingIndicator.tsx +++ b/packages/cli/src/ui/components/LoadingIndicator.tsx @@ -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)`} |
