From 42f2a0d0bc62394bc41dbef5a360101bf7372695 Mon Sep 17 00:00:00 2001 From: Leendert de Borst Date: Thu, 19 Mar 2026 11:26:48 +0100 Subject: [PATCH] Update modal wrapper margins (#1841) --- apps/mobile-app/components/common/ModalWrapper.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/mobile-app/components/common/ModalWrapper.tsx b/apps/mobile-app/components/common/ModalWrapper.tsx index fe366919f..444ea7d1e 100644 --- a/apps/mobile-app/components/common/ModalWrapper.tsx +++ b/apps/mobile-app/components/common/ModalWrapper.tsx @@ -117,6 +117,7 @@ export const ModalWrapper: React.FC = ({ }, body: { padding: 20, + paddingTop: 0, }, scrollBody: { maxHeight: maxScrollHeight,