We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d303138 commit 0f47482Copy full SHA for 0f47482
webview-ui/src/components/chat/ChatRow.tsx
@@ -1099,8 +1099,8 @@ export const ChatRowContent = ({
1099
}}>
1100
<DisclosureHeader
1101
contentId={`error-${message.ts}`}
1102
- iconClass="codicon-error"
1103
- iconStyle={{ color: "var(--vscode-errorForeground)", opacity: 0.8 }}
+ iconClass="codicon-warning"
+ iconStyle={{ color: "var(--vscode-editorWarning-foreground)", opacity: 0.8 }}
1104
title={<span style={{ fontWeight: "bold" }}>{t("chat:error")}</span>}
1105
expanded={isErrorExpanded}
1106
onToggle={() => setIsErrorExpanded(!isErrorExpanded)}
0 commit comments