mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-20 02:51:55 -07:00
Allow themes to theme the UI (#769)
This commit is contained in:
@@ -47,5 +47,5 @@ export const ContextSummaryDisplay: React.FC<ContextSummaryDisplayProps> = ({
|
||||
summaryText += mcpText;
|
||||
}
|
||||
|
||||
return <Text color={Colors.SubtleComment}>{summaryText}</Text>;
|
||||
return <Text color={Colors.Gray}>{summaryText}</Text>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user