diff --git a/src/components/layouts/AppSidebarClient.tsx b/src/components/layouts/AppSidebarClient.tsx index d926adf..850e3a2 100644 --- a/src/components/layouts/AppSidebarClient.tsx +++ b/src/components/layouts/AppSidebarClient.tsx @@ -93,7 +93,7 @@ const SectionRow = memo(function SectionRow({ href={section.href} onClick={onItemClick} ref={attachRef && isExactSection ? activeSectionRef : undefined} - className={`group flex items-center justify-between gap-1 py-1.5 w-full cursor-pointer transition-colors ${ + className={`group flex items-center bg-gray-900 justify-between gap-1 py-1.5 w-full cursor-pointer transition-colors ${ isExactSection ? "text-teal-400" : isActiveSection @@ -260,7 +260,7 @@ function AppSidebarInner({ return ( <> {/* ── Mobile nav ─────────────────────────────────────────── */} -