From 33052018a27ff5ea498cfa21d34e15d002ab92f7 Mon Sep 17 00:00:00 2001 From: Miguel Solorio Date: Mon, 2 Jun 2025 11:20:58 -0700 Subject: Color enhancements (#680) --- packages/cli/src/ui/components/LoadingIndicator.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/cli/src/ui/components/LoadingIndicator.tsx') 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 = ({ } /> - - {currentLoadingPhrase} + {currentLoadingPhrase} + {streamingState === StreamingState.WaitingForConfirmation ? '' : ` (esc to cancel, ${elapsedTime}s)`} -- cgit v1.2.3