mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 12:11:09 +00:00
Color enhancements (#680)
This commit is contained in:
parent
c5869db080
commit
33052018a2
6 changed files with 49 additions and 15 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue