Skip to content

Commit 0f47482

Browse files
author
Merge Resolver
committed
chore(webview-ui): use warning triangle and warning color for error header to match diff_error
1 parent d303138 commit 0f47482

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webview-ui/src/components/chat/ChatRow.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1099,8 +1099,8 @@ export const ChatRowContent = ({
10991099
}}>
11001100
<DisclosureHeader
11011101
contentId={`error-${message.ts}`}
1102-
iconClass="codicon-error"
1103-
iconStyle={{ color: "var(--vscode-errorForeground)", opacity: 0.8 }}
1102+
iconClass="codicon-warning"
1103+
iconStyle={{ color: "var(--vscode-editorWarning-foreground)", opacity: 0.8 }}
11041104
title={<span style={{ fontWeight: "bold" }}>{t("chat:error")}</span>}
11051105
expanded={isErrorExpanded}
11061106
onToggle={() => setIsErrorExpanded(!isErrorExpanded)}

0 commit comments

Comments
 (0)