mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-12 12:54:07 -07:00
ui: change thinking text color to white and make it italic
This commit is contained in:
@@ -82,7 +82,7 @@ export const LoadingIndicator: React.FC<LoadingIndicatorProps> = ({
|
|||||||
/>
|
/>
|
||||||
</Box>
|
</Box>
|
||||||
{primaryText && (
|
{primaryText && (
|
||||||
<Text color={theme.text.accent} wrap="truncate-end">
|
<Text color={theme.text.primary} italic wrap="truncate-end">
|
||||||
{thinkingIndicator}
|
{thinkingIndicator}
|
||||||
{primaryText}
|
{primaryText}
|
||||||
</Text>
|
</Text>
|
||||||
@@ -116,7 +116,7 @@ export const LoadingIndicator: React.FC<LoadingIndicatorProps> = ({
|
|||||||
/>
|
/>
|
||||||
</Box>
|
</Box>
|
||||||
{primaryText && (
|
{primaryText && (
|
||||||
<Text color={theme.text.accent} wrap="truncate-end">
|
<Text color={theme.text.primary} italic wrap="truncate-end">
|
||||||
{thinkingIndicator}
|
{thinkingIndicator}
|
||||||
{primaryText}
|
{primaryText}
|
||||||
</Text>
|
</Text>
|
||||||
|
|||||||
Reference in New Issue
Block a user