mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-10 22:21:22 -07:00
slightly adjust model message formatting (#13043)
This commit is contained in:
committed by
GitHub
parent
3174573b64
commit
555e25e633
@@ -13,9 +13,9 @@ interface ModelMessageProps {
|
||||
}
|
||||
|
||||
export const ModelMessage: React.FC<ModelMessageProps> = ({ model }) => (
|
||||
<Box marginLeft={3}>
|
||||
<Box marginLeft={2}>
|
||||
<Text color={theme.ui.comment} italic>
|
||||
responding with {model}
|
||||
Responding with {model}
|
||||
</Text>
|
||||
</Box>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user