From 5d19724c06db2b9713463b410661fc6b93d0c60e Mon Sep 17 00:00:00 2001
From: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com>
Date: Mon, 6 Jan 2025 12:42:48 -0800
Subject: [PATCH] Change command warning foreground color
---
webview-ui/src/components/chat/ChatRow.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/webview-ui/src/components/chat/ChatRow.tsx b/webview-ui/src/components/chat/ChatRow.tsx
index 4893a9aeec..fc3c32e66b 100644
--- a/webview-ui/src/components/chat/ChatRow.tsx
+++ b/webview-ui/src/components/chat/ChatRow.tsx
@@ -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)",
}}>
The model has determined this command requires explicit approval.