mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
Make completion result green (#195)
This commit is contained in:
parent
0111ee2193
commit
555b381b22
1 changed files with 6 additions and 1 deletions
|
|
@ -321,7 +321,12 @@ export const Messages = ({
|
|||
</div>
|
||||
</div>
|
||||
) : (
|
||||
<div className="text-sm leading-relaxed markdown-prose">
|
||||
<div
|
||||
className={cn(
|
||||
'text-sm leading-relaxed markdown-prose',
|
||||
message.say === 'completion_result' && 'text-[#89d185]',
|
||||
)}
|
||||
>
|
||||
<ReactMarkdown
|
||||
remarkPlugins={[remarkBreaks]}
|
||||
rehypePlugins={[rehypeSanitize]}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue