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,