Skip to content

Commit 7b828a1

Browse files
Updates
1 parent 2b80263 commit 7b828a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/CelebrationModal.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export const CelebrationModal: React.FC<ModalProps> = ({ isOpen, onClose }) => {
5252
return (
5353
<AnimatePresence>
5454
{isOpen && (
55-
<div className="fixed inset-0 z-50 flex items-center justify-center p-4">
55+
<div className="fixed inset-0 z-50 flex items-center justify-center">
5656
<ConfettiEffect triggerKey={confettiKey} />
5757

5858
{/* Backdrop - Darker and simpler */}
@@ -64,7 +64,7 @@ export const CelebrationModal: React.FC<ModalProps> = ({ isOpen, onClose }) => {
6464
initial="hidden"
6565
animate="visible"
6666
exit="exit"
67-
className="relative w-full max-w-5xl overflow-hidden rounded-2xl bg-white shadow-2xl flex flex-col md:flex-row"
67+
className="relative w-full max-w-5xl overflow-hidden bg-white flex flex-col md:flex-row"
6868
onClick={(e) => e.stopPropagation()}
6969
>
7070
{/* Close Button */}

0 commit comments

Comments
 (0)