mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
Change command warning foreground color
This commit is contained in:
parent
5672e6c825
commit
5d19724c06
1 changed files with 1 additions and 1 deletions
|
|
@ -637,7 +637,7 @@ export const ChatRowContent = ({ message, isExpanded, onToggleExpand, lastModifi
|
|||
gap: 10,
|
||||
padding: 8,
|
||||
fontSize: "12px",
|
||||
color: "var(--vscode-errorForeground)",
|
||||
color: "var(--vscode-editorWarning-foreground)",
|
||||
}}>
|
||||
<i className="codicon codicon-warning"></i>
|
||||
<span>The model has determined this command requires explicit approval.</span>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue