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