diff --git a/components/SideNav.tsx b/components/SideNav.tsx index 4c55a02d..cae3234a 100644 --- a/components/SideNav.tsx +++ b/components/SideNav.tsx @@ -342,6 +342,7 @@ export const ExpandableMenuItem = ({ title: string | ReactNode }) => { const { theme } = useTheme() + const themeData = mangoStore((s) => s.themeData) return collapsed ? ( @@ -439,7 +440,11 @@ export const ExpandableMenuItem = ({ leaveFrom="opacity-100 max-h-80" leaveTo="opacity-0 max-h-0" > - +
{children}