From 9e50f8c7dcdc2250b31e4e40989dbf0f056d9e63 Mon Sep 17 00:00:00 2001 From: Ardeman Date: Sat, 22 Feb 2025 16:08:40 +0800 Subject: [PATCH] feat: enhance PopupModal with improved transition effects and backdrop styling --- app/components/popup/modal.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/app/components/popup/modal.tsx b/app/components/popup/modal.tsx index 2aec6a7..c072f5b 100644 --- a/app/components/popup/modal.tsx +++ b/app/components/popup/modal.tsx @@ -18,10 +18,14 @@ export default function PopupModal({ open={isOpen} onClose={onClose} className="relative z-50" + transition > - +
- +
{children}