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 && (
-
+
)}
{isModelSelected && (
<>
diff --git a/client/src/components/Endpoints/Settings/Advanced.tsx b/client/src/components/Endpoints/Settings/Advanced.tsx
index 6ef582941e..98284a89cb 100644
--- a/client/src/components/Endpoints/Settings/Advanced.tsx
+++ b/client/src/components/Endpoints/Settings/Advanced.tsx
@@ -285,13 +285,13 @@ export default function Settings({
@@ -302,7 +302,7 @@ export default function Settings({
className={cn(
defaultTextProps,
optionText,
- 'flex rounded-md bg-transparent py-2 text-xs focus:outline-none focus:ring-2 focus:ring-gray-400 focus:ring-offset-2 dark:border-gray-700',
+ 'flex rounded-md bg-transparent py-2 text-xs focus:outline-none focus:ring-2 focus:ring-ring-primary focus:ring-offset-2 border-border-light',
'pointer-events-none max-h-5 w-12 border-0 group-hover/temp:border-border-light',
)}
/>
diff --git a/client/src/components/MCP/MCPServerStatusIcon.tsx b/client/src/components/MCP/MCPServerStatusIcon.tsx
index 12c88a65cb..30b85812c8 100644
--- a/client/src/components/MCP/MCPServerStatusIcon.tsx
+++ b/client/src/components/MCP/MCPServerStatusIcon.tsx
@@ -151,7 +151,7 @@ function LoadingStatusIcon({ serverName, onCancel, canCancel }: InitializingStat
>
-
+
);
diff --git a/client/src/components/Skills/buttons/SkillToggle.tsx b/client/src/components/Skills/buttons/SkillToggle.tsx
index ff948b1fac..39a27adf67 100644
--- a/client/src/components/Skills/buttons/SkillToggle.tsx
+++ b/client/src/components/Skills/buttons/SkillToggle.tsx
@@ -23,7 +23,7 @@ function SkillToggle({ enabled, onChange, ariaLabel }: SkillToggleProps) {
}
diff --git a/client/src/components/Skills/display/SkillDetailHeader.tsx b/client/src/components/Skills/display/SkillDetailHeader.tsx
index 91de3ec6fb..2295dca06b 100644
--- a/client/src/components/Skills/display/SkillDetailHeader.tsx
+++ b/client/src/components/Skills/display/SkillDetailHeader.tsx
@@ -42,7 +42,7 @@ const SkillDetailHeader = ({ skill, showActions = true }: SkillDetailHeaderProps
side="top"
render={
}
diff --git a/client/src/components/Skills/forms/CreateSkillForm.tsx b/client/src/components/Skills/forms/CreateSkillForm.tsx
index 1bcbfe4afb..0a882cf843 100644
--- a/client/src/components/Skills/forms/CreateSkillForm.tsx
+++ b/client/src/components/Skills/forms/CreateSkillForm.tsx
@@ -261,7 +261,7 @@ export default function CreateSkillForm({
{createSkill.error != null && (
{localize('com_ui_skill_create_error')}