Update mobile app ModalWrapper UI

This commit is contained in:
Leendert de Borst
2026-02-28 23:56:10 +01:00
parent dcc2d6f93f
commit cd2e9e72f8

View File

@@ -108,7 +108,7 @@ export const ModalWrapper: React.FC<IModalWrapperProps> = ({
borderBottomColor: showHeaderBorder ? colors.accentBorder : 'transparent',
borderBottomWidth: showHeaderBorder ? 1 : 0,
padding: 20,
paddingBottom: 0,
paddingBottom: 16,
},
title: {
color: colors.text,