Change command warning foreground color

This commit is contained in:
Saoud Rizwan 2025-01-06 12:42:48 -08:00
parent 5672e6c825
commit 5d19724c06

View file

@ -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>