Update the top margin of the content to increase the spacing between the button and the content
This commit is contained in:
@ -30,7 +30,7 @@ const Step2PassportApplicationQuestionnaireSubStep3 = ({
|
|||||||
</Button>
|
</Button>
|
||||||
</Pressable>
|
</Pressable>
|
||||||
|
|
||||||
<View style={styles.subStepTextWrapper}>
|
<View style={[styles.subStepTextWrapper, {marginTop: 12}]}>
|
||||||
<Text style={styles.subStepTitle}>
|
<Text style={styles.subStepTitle}>
|
||||||
Ambil/Upload Foto Paspor Lama Anda (Halaman 2 Paspor)
|
Ambil/Upload Foto Paspor Lama Anda (Halaman 2 Paspor)
|
||||||
</Text>
|
</Text>
|
||||||
|
@ -30,7 +30,7 @@ const Step2PassportApplicationQuestionnaireSubStep4 = ({
|
|||||||
</Button>
|
</Button>
|
||||||
</Pressable>
|
</Pressable>
|
||||||
|
|
||||||
<View style={styles.subStepTextWrapper}>
|
<View style={[styles.subStepTextWrapper, {marginTop: 12}]}>
|
||||||
<Text style={styles.subStepTitle}>
|
<Text style={styles.subStepTitle}>
|
||||||
Ambil/Upload Foto Paspor Lama Anda (Halaman 2 Paspor)
|
Ambil/Upload Foto Paspor Lama Anda (Halaman 2 Paspor)
|
||||||
</Text>
|
</Text>
|
||||||
|
Reference in New Issue
Block a user