From 6030bc3012d3252af01c30c84abedff7d0eba31d Mon Sep 17 00:00:00 2001 From: Marco Beretta <81851188+berry-13@users.noreply.github.com> Date: Sat, 20 Jun 2026 19:05:29 +0200 Subject: [PATCH] refactor: final solid-color cleanup (brand-green accents, neutral grays, error text) --- client/src/components/Chat/Input/Files/SourceIcon.tsx | 2 +- .../Chat/Menus/Endpoints/components/SearchResults.tsx | 2 +- client/src/components/Endpoints/Settings/Advanced.tsx | 6 +++--- client/src/components/MCP/MCPServerStatusIcon.tsx | 2 +- client/src/components/Skills/buttons/SkillToggle.tsx | 2 +- client/src/components/Skills/display/SkillDetail.tsx | 2 +- client/src/components/Skills/display/SkillDetailHeader.tsx | 2 +- client/src/components/Skills/forms/CreateSkillForm.tsx | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/client/src/components/Chat/Input/Files/SourceIcon.tsx b/client/src/components/Chat/Input/Files/SourceIcon.tsx index 7378d49a6b..9f1392be64 100644 --- a/client/src/components/Chat/Input/Files/SourceIcon.tsx +++ b/client/src/components/Chat/Input/Files/SourceIcon.tsx @@ -18,7 +18,7 @@ const sourceToClassname = { }; const defaultClassName = - 'absolute right-0 bottom-0 rounded-full p-[0.15rem] text-gray-600 transition-colors'; + 'absolute right-0 bottom-0 rounded-full p-[0.15rem] text-text-secondary transition-colors'; export default function SourceIcon({ source, diff --git a/client/src/components/Chat/Menus/Endpoints/components/SearchResults.tsx b/client/src/components/Chat/Menus/Endpoints/components/SearchResults.tsx index 14bc2f0424..5025912a2f 100644 --- a/client/src/components/Chat/Menus/Endpoints/components/SearchResults.tsx +++ b/client/src/components/Chat/Menus/Endpoints/components/SearchResults.tsx @@ -199,7 +199,7 @@ export function SearchResults({ results, localize, searchValue }: SearchResultsP {modelName} {isGlobal && ( -