From 69fdc63f761ae2dc29bb76d76e31673dc8030bda Mon Sep 17 00:00:00 2001 From: Hirbod Mirjavadi Date: Mon, 20 Nov 2023 02:34:33 +0100 Subject: [PATCH] fix: image preview flickering --- .../components/creator-channels/components/image-preview.web.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/app/components/creator-channels/components/image-preview.web.tsx b/packages/app/components/creator-channels/components/image-preview.web.tsx index 62671b431..e0000a80c 100644 --- a/packages/app/components/creator-channels/components/image-preview.web.tsx +++ b/packages/app/components/creator-channels/components/image-preview.web.tsx @@ -62,7 +62,6 @@ export const ImagePreview = ({ display: isViewable ? "flex" : "none", cursor: "zoom-in", backgroundColor: isDark ? "#333" : "#f5f5f5", - opacity: isOpen ? 0 : 1, }} transition={{ type: "timing" }} draggable={false}