fix: remove dark backdrop overlay from share modal

This commit is contained in:
Fringg
2026-03-10 06:25:06 +03:00
parent a627eb0b30
commit b213535738

View File

@@ -1015,7 +1015,7 @@ function ShareModal({ gift, onClose }: { gift: SentGift; onClose: () => void })
onClick={onClose}
>
{/* Backdrop */}
<div className="absolute inset-0 bg-dark-900/40 backdrop-blur-sm" />
<div className="absolute inset-0 backdrop-blur-sm" />
{/* Modal content */}
<motion.div