|
|
@@ -32,7 +32,7 @@ export function CondensationResultRow({ data }: CondensationResultRowProps) {
|
|
|
className="flex items-center justify-between cursor-pointer select-none"
|
|
|
onClick={() => setIsExpanded(!isExpanded)}>
|
|
|
<div className="flex items-center gap-2 flex-grow">
|
|
|
- <FoldVertical size={16} className="text-blue-400" />
|
|
|
+ <FoldVertical size={16} className="text-vscode-foreground" />
|
|
|
<span className="font-bold text-vscode-foreground">
|
|
|
{t("chat:contextManagement.condensation.title")}
|
|
|
</span>
|