diff --git a/src/renderer/src/components/app/Sidebar.tsx b/src/renderer/src/components/app/Sidebar.tsx
index c1fef66656..8b50bdd7d2 100644
--- a/src/renderer/src/components/app/Sidebar.tsx
+++ b/src/renderer/src/components/app/Sidebar.tsx
@@ -19,10 +19,10 @@ import {
MessageSquareQuote,
Moon,
Palette,
- RefreshCcw,
Settings,
Sparkle,
- Sun
+ Sun,
+ SunMoon
} from 'lucide-react'
import { FC, useEffect } from 'react'
import { useTranslation } from 'react-i18next'
@@ -104,7 +104,7 @@ const Sidebar: FC = () => {
) : settingTheme === 'light' ? (
) : (
-
+
)}
diff --git a/src/renderer/src/pages/settings/MCPSettings/McpSettingsNavbar.tsx b/src/renderer/src/pages/settings/MCPSettings/McpSettingsNavbar.tsx
index afe9d62a4a..b3845df5e6 100644
--- a/src/renderer/src/pages/settings/MCPSettings/McpSettingsNavbar.tsx
+++ b/src/renderer/src/pages/settings/MCPSettings/McpSettingsNavbar.tsx
@@ -64,10 +64,9 @@ export const McpSettingsNavbar = () => {
key: name,
label: (
window.open(url, '_blank', 'noopener,noreferrer')}
- style={{ display: 'flex', alignItems: 'center', cursor: 'pointer' }}>
-
+ style={{ backgroundColor: 'transparent' }}
+ icon={
}>
{name}
)
@@ -85,17 +84,14 @@ export const McpSettingsNavbar = () => {
style={{ fontSize: 13, height: 28, borderRadius: 20 }}>
{t('settings.mcp.searchNpx')}
-
+