diff --git a/client/src/components/BottomNav.tsx b/client/src/components/BottomNav.tsx
index d5b57e2..623bf1a 100644
--- a/client/src/components/BottomNav.tsx
+++ b/client/src/components/BottomNav.tsx
@@ -22,7 +22,7 @@ import {
} from "lucide-react";
import { Link, useLocation } from "wouter";
import { useMemo } from "react";
-import { appShellColumnClass, appShellGutterClass } from "@/lib/appShell";
+import { bottomNavInnerClass, bottomNavOuterClass } from "@/lib/appShell";
type BottomNavLocale = NonNullable<(typeof localeZh)["bottomNav"]>;
@@ -57,10 +57,10 @@ export default function BottomNav() {
return (