mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
Less obnoxious color for commands (#141)
This commit is contained in:
parent
5e5d14c022
commit
7d4b50f42b
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ export const Messages = ({ messages }: MessagesProps) => {
|
|||
</div>
|
||||
) : isCommand ? (
|
||||
<div className="space-y-3">
|
||||
<div className="bg-black/90 text-green-400 p-3 rounded-md font-mono text-sm">
|
||||
<div className="bg-black/90 text-foreground p-3 rounded-md font-mono text-sm">
|
||||
{message.text}
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue