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 */}
-