diff --git a/client/pages/GameForge.tsx b/client/pages/GameForge.tsx index dc5c5d94..7cb2ab58 100644 --- a/client/pages/GameForge.tsx +++ b/client/pages/GameForge.tsx @@ -18,6 +18,7 @@ import { aethexToast } from "@/lib/aethex-toast"; export default function GameForge() { const navigate = useNavigate(); + const { theme } = useArmTheme(); const [isLoading, setIsLoading] = useState(true); const toastShownRef = useRef(false);