From 621ee60521d35b6776614f1952e5c499f24cb546 Mon Sep 17 00:00:00 2001 From: Desktop Date: Thu, 13 Nov 2025 00:26:05 +0500 Subject: [PATCH] 1234 --- frontend/src/pages/Writer/Images.tsx | 34 ++++++++++++++++------------ frontend/src/styles/igny8-colors.css | 16 ------------- 2 files changed, 20 insertions(+), 30 deletions(-) diff --git a/frontend/src/pages/Writer/Images.tsx b/frontend/src/pages/Writer/Images.tsx index e4f0f61e..97b1778d 100644 --- a/frontend/src/pages/Writer/Images.tsx +++ b/frontend/src/pages/Writer/Images.tsx @@ -569,22 +569,28 @@ export default function Images() { isLoading={isUpdatingStatus} /> - {/* Lightbox */} + {/* Lightbox - Use same background as Modal */} {lightboxOpen && ( -
- setLightboxOpen(false)} - index={lightboxIndex} - slides={lightboxSlides} - on={{ view: ({ index }) => setLightboxIndex(index) }} - /> - {/* Custom Close Button - Match Modal Style */} -