diff --git a/components/Lightbox/FullView.tsx b/components/Lightbox/FullView.tsx index 242627144..983269463 100644 --- a/components/Lightbox/FullView.tsx +++ b/components/Lightbox/FullView.tsx @@ -1,8 +1,8 @@ "use client" import { AnimatePresence, motion } from "framer-motion" -import { ChevronRightIcon } from "@/components/Icons" import ArrowRightIcon from "@/components/Icons/ArrowRight" +import CloseIcon from "@/components/Icons/Close" import Image from "@/components/Image" import Button from "@/components/TempDesignSystem/Button" import Body from "@/components/TempDesignSystem/Text/Body" @@ -28,12 +28,7 @@ export default function FullView({ className={styles.fullViewCloseButton} onClick={onClose} > - +
diff --git a/components/Lightbox/Gallery.tsx b/components/Lightbox/Gallery.tsx index a875ddea4..cb5181d39 100644 --- a/components/Lightbox/Gallery.tsx +++ b/components/Lightbox/Gallery.tsx @@ -123,7 +123,12 @@ export default function Gallery({ {/* Mobile Gallery */}
-