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>
|
||||
</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>
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user