From d506dda60a612fca281dd70704fd1948edfeb03d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fl=C3=A1vio=20Juvenal?= Date: Tue, 4 Feb 2025 12:07:45 -0300 Subject: [PATCH] Fix modal border --- components/Modal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Modal.tsx b/components/Modal.tsx index ba92fd1..b55cd26 100644 --- a/components/Modal.tsx +++ b/components/Modal.tsx @@ -56,7 +56,7 @@ export function Modal({ isOpen, onClose, children }: ModalProps) { style={{ paddingTop: insets.top }} > - + {children}