diff --git a/src/components/Lightbox/index.tsx b/src/components/Lightbox/index.tsx index edfb5c124a7f..56852a8e2ea1 100644 --- a/src/components/Lightbox/index.tsx +++ b/src/components/Lightbox/index.tsx @@ -216,7 +216,7 @@ function Lightbox({isAuthTokenRequired = false, uri, onScaleChanged: onScaleChan > setFallbackImageLoaded(true)} diff --git a/src/styles/index.ts b/src/styles/index.ts index 405a05cfce78..ac763eb7cc12 100644 --- a/src/styles/index.ts +++ b/src/styles/index.ts @@ -3427,6 +3427,12 @@ const styles = (theme: ThemeColors) => zIndex: 1000, }, + invisibleImage: { + opacity: 0, + width: 200, + height: 200, + }, + reportDropOverlay: { backgroundColor: theme.dropUIBG, zIndex: 2,