diff --git a/client/components/Layout.tsx b/client/components/Layout.tsx index d618dc68..1f10ff04 100644 --- a/client/components/Layout.tsx +++ b/client/components/Layout.tsx @@ -74,6 +74,7 @@ export default function CodeLayout({ children, hideFooter }: LayoutProps) { const location = useLocation(); const navigate = useNavigate(); const { user, profile, signOut, loading, profileComplete } = useAuth(); + const { theme } = useArmTheme(); const navigation = [ { name: "Home", href: "/" },