mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-19 22:40:20 -07:00
Update shell tool call colors for confirmed actions (#11126)
This commit is contained in:
@@ -170,7 +170,7 @@ export const Footer: React.FC = () => {
|
||||
)}
|
||||
{!showErrorDetails && errorCount > 0 && (
|
||||
<Box paddingLeft={1} flexDirection="row">
|
||||
<Text color={theme.ui.symbol}>| </Text>
|
||||
<Text color={theme.ui.comment}>| </Text>
|
||||
<ConsoleSummaryDisplay errorCount={errorCount} />
|
||||
</Box>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user