mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
Color enhancements (#680)
This commit is contained in:
@@ -33,7 +33,7 @@ export const DetailedMessagesDisplay: React.FC<
|
||||
<Box marginBottom={1}>
|
||||
<Text bold color={Colors.Foreground}>
|
||||
Debug Console{' '}
|
||||
<Text color={Colors.SubtleComment}>(CTRL-O to close)</Text>
|
||||
<Text color={Colors.SubtleComment}>(ctrl+O to close)</Text>
|
||||
</Text>
|
||||
</Box>
|
||||
{messages.map((msg, index) => {
|
||||
|
||||
Reference in New Issue
Block a user