From a2a99ff2c3dcf2c7c928a321027b0eee106e407f Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Tue, 12 Nov 2024 23:05:58 +0000 Subject: [PATCH] rm border radius --- src/view/com/lightbox/ImageViewing/index.tsx | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/view/com/lightbox/ImageViewing/index.tsx b/src/view/com/lightbox/ImageViewing/index.tsx index cbc75fe932..8b342382f3 100644 --- a/src/view/com/lightbox/ImageViewing/index.tsx +++ b/src/view/com/lightbox/ImageViewing/index.tsx @@ -499,15 +499,7 @@ function LightboxFooter({ const isMomentumScrolling = React.useRef(false) return ( { isMomentumScrolling.current = true