mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 09:33:46 +00:00
fix: remove dark backdrop overlay from share modal
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user