From b213535738d1261fbd7a68bb89ccaa21348615e7 Mon Sep 17 00:00:00 2001 From: Fringg Date: Tue, 10 Mar 2026 06:25:06 +0300 Subject: [PATCH] fix: remove dark backdrop overlay from share modal --- src/pages/GiftSubscription.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/GiftSubscription.tsx b/src/pages/GiftSubscription.tsx index bfa75d9..33b089f 100644 --- a/src/pages/GiftSubscription.tsx +++ b/src/pages/GiftSubscription.tsx @@ -1015,7 +1015,7 @@ function ShareModal({ gift, onClose }: { gift: SentGift; onClose: () => void }) onClick={onClose} > {/* Backdrop */} -
+
{/* Modal content */}