diff --git a/src/vs/workbench/contrib/chat/browser/media/chat.css b/src/vs/workbench/contrib/chat/browser/media/chat.css index c19b4aed9741e..1298989ef57ad 100644 --- a/src/vs/workbench/contrib/chat/browser/media/chat.css +++ b/src/vs/workbench/contrib/chat/browser/media/chat.css @@ -2179,8 +2179,8 @@ have to be updated for changes to the rules above, or to support more deeply nes /* Very aggressive list styles try to apply focus colors to every codicon in a list row. */ color: var(--vscode-icon-foreground) !important; - &.codicon-check { - color: var(--vscode-debugIcon-startForeground) !important; + &.codicon-error { + color: var(--vscode-editorError-foreground) !important; } }