From 1370cb04f7a94880c1c71ba06de8165f182dd60a Mon Sep 17 00:00:00 2001 From: Hannes Rudolph Date: Mon, 8 Dec 2025 08:17:47 -0700 Subject: [PATCH] fix: use foreground color for context-management icons (#9912) --- .../chat/context-management/CondensationResultRow.tsx | 2 +- .../components/chat/context-management/TruncationResultRow.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/webview-ui/src/components/chat/context-management/CondensationResultRow.tsx b/webview-ui/src/components/chat/context-management/CondensationResultRow.tsx index 99343acdaa..526ebebbe7 100644 --- a/webview-ui/src/components/chat/context-management/CondensationResultRow.tsx +++ b/webview-ui/src/components/chat/context-management/CondensationResultRow.tsx @@ -32,7 +32,7 @@ export function CondensationResultRow({ data }: CondensationResultRowProps) { className="flex items-center justify-between cursor-pointer select-none" onClick={() => setIsExpanded(!isExpanded)}>
- + {t("chat:contextManagement.condensation.title")} diff --git a/webview-ui/src/components/chat/context-management/TruncationResultRow.tsx b/webview-ui/src/components/chat/context-management/TruncationResultRow.tsx index f31a6752c1..ec6a32f316 100644 --- a/webview-ui/src/components/chat/context-management/TruncationResultRow.tsx +++ b/webview-ui/src/components/chat/context-management/TruncationResultRow.tsx @@ -33,7 +33,7 @@ export function TruncationResultRow({ data }: TruncationResultRowProps) { className="flex items-center justify-between cursor-pointer select-none" onClick={() => setIsExpanded(!isExpanded)}>
- + {t("chat:contextManagement.truncation.title")}