From 54e407b76f8359abd87702927b5564dde1d7f282 Mon Sep 17 00:00:00 2001 From: Abhinav Date: Thu, 3 Mar 2022 12:33:17 +0530 Subject: [PATCH] button already has disabled prop --- src/components/PhotoSwipe/PhotoSwipe.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/PhotoSwipe/PhotoSwipe.tsx b/src/components/PhotoSwipe/PhotoSwipe.tsx index 1a5313b65..4ca9f80c0 100644 --- a/src/components/PhotoSwipe/PhotoSwipe.tsx +++ b/src/components/PhotoSwipe/PhotoSwipe.tsx @@ -93,7 +93,7 @@ const Pre = styled.pre` padding: 7px 15px; `; -const LivePhotoBtn = styled.button<{ disabled: boolean }>` +const LivePhotoBtn = styled.button` position: absolute; bottom: 6vh; right: 6vh;