From cd2e9e72f896d351927a8a52e58c90f27470ade6 Mon Sep 17 00:00:00 2001 From: Leendert de Borst Date: Sat, 28 Feb 2026 23:56:10 +0100 Subject: [PATCH] Update mobile app ModalWrapper UI --- apps/mobile-app/components/common/ModalWrapper.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/mobile-app/components/common/ModalWrapper.tsx b/apps/mobile-app/components/common/ModalWrapper.tsx index 8f310883c..fe366919f 100644 --- a/apps/mobile-app/components/common/ModalWrapper.tsx +++ b/apps/mobile-app/components/common/ModalWrapper.tsx @@ -108,7 +108,7 @@ export const ModalWrapper: React.FC = ({ borderBottomColor: showHeaderBorder ? colors.accentBorder : 'transparent', borderBottomWidth: showHeaderBorder ? 1 : 0, padding: 20, - paddingBottom: 0, + paddingBottom: 16, }, title: { color: colors.text,