mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
chore(webview-ui): use warning triangle and warning color for error header to match diff_error
This commit is contained in:
parent
d3031380a3
commit
0f4748222c
1 changed files with 2 additions and 2 deletions
|
|
@ -1099,8 +1099,8 @@ export const ChatRowContent = ({
|
|||
}}>
|
||||
<DisclosureHeader
|
||||
contentId={`error-${message.ts}`}
|
||||
iconClass="codicon-error"
|
||||
iconStyle={{ color: "var(--vscode-errorForeground)", opacity: 0.8 }}
|
||||
iconClass="codicon-warning"
|
||||
iconStyle={{ color: "var(--vscode-editorWarning-foreground)", opacity: 0.8 }}
|
||||
title={<span style={{ fontWeight: "bold" }}>{t("chat:error")}</span>}
|
||||
expanded={isErrorExpanded}
|
||||
onToggle={() => setIsErrorExpanded(!isErrorExpanded)}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue