diff --git a/app/(main)/ClientComponents/detail/ServerDetailClient.tsx b/app/(main)/ClientComponents/detail/ServerDetailClient.tsx
index 2079885..2986438 100644
--- a/app/(main)/ClientComponents/detail/ServerDetailClient.tsx
+++ b/app/(main)/ClientComponents/detail/ServerDetailClient.tsx
@@ -68,7 +68,7 @@ export default function ServerDetailClient({
{data?.name}
diff --git a/components/TabSwitch.tsx b/components/TabSwitch.tsx
index df6f3fc..1a55c7c 100644
--- a/components/TabSwitch.tsx
+++ b/components/TabSwitch.tsx
@@ -57,7 +57,7 @@ export default function TabSwitch({
onClick={() => setCurrentTab(tab)}
className={cn(
"relative cursor-pointer rounded-3xl px-2.5 py-[8px] text-[13px] font-[600]",
- "transition-all duration-500 ease-in-out text-stone-400 dark:text-stone-500",
+ "transition-all duration-500 ease-in-out text-stone-400 dark:text-stone-500 hover:text-stone-950 hover:dark:text-stone-50",
{
"text-stone-950 dark:text-stone-50": currentTab === tab,
},