Update the top margin of the content to increase the spacing between the button and the content

This commit is contained in:
Mochammad Adhi Buchori
2025-06-16 14:54:36 +07:00
parent 711bd2f852
commit e2b74911f2
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ const Step2PassportApplicationQuestionnaireSubStep3 = ({
</Button>
</Pressable>
<View style={styles.subStepTextWrapper}>
<View style={[styles.subStepTextWrapper, {marginTop: 12}]}>
<Text style={styles.subStepTitle}>
Ambil/Upload Foto Paspor Lama Anda (Halaman 2 Paspor)
</Text>

View File

@ -30,7 +30,7 @@ const Step2PassportApplicationQuestionnaireSubStep4 = ({
</Button>
</Pressable>
<View style={styles.subStepTextWrapper}>
<View style={[styles.subStepTextWrapper, {marginTop: 12}]}>
<Text style={styles.subStepTitle}>
Ambil/Upload Foto Paspor Lama Anda (Halaman 2 Paspor)
</Text>