Skip to content

Commit b736632

Browse files
committed
Update styling
1 parent f0a5c50 commit b736632

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/pages/workspace/accounting/qbd/RequireQuickBooksDesktopPage.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ function RequireQuickBooksDesktopModal({route}: RequireQuickBooksDesktopModalPro
3434
onBackButtonPress={() => Navigation.dismissModal()}
3535
/>
3636
<View style={[styles.flex1]}>
37-
<View style={[styles.flex1, styles.justifyContentCenter]}>
37+
<View style={[styles.flex1, styles.justifyContentCenter, styles.ph5]}>
3838
<View style={[styles.alignSelfCenter, styles.pendingStateCardIllustration]}>
3939
<ImageSVG src={Computer} />
4040
</View>
4141

42-
<Text style={[styles.textAlignCenter, styles.textHeadlineH1, styles.ph6]}>{translate('workspace.qbd.requiredSetupDevice.title')}</Text>
43-
<Text style={[styles.textAlignCenter, styles.textSupporting, styles.textNormal, styles.p4]}>{translate('workspace.qbd.requiredSetupDevice.body1')}</Text>
44-
<Text style={[styles.textAlignCenter, styles.textSupporting, styles.textNormal, styles.p4]}>{translate('workspace.qbd.requiredSetupDevice.body2')}</Text>
42+
<Text style={[styles.textAlignCenter, styles.textHeadlineH1, styles.pt5]}>{translate('workspace.qbd.requiredSetupDevice.title')}</Text>
43+
<Text style={[styles.textAlignCenter, styles.textSupporting, styles.textNormal, styles.pt3]}>{translate('workspace.qbd.requiredSetupDevice.body1')}</Text>
44+
<Text style={[styles.textAlignCenter, styles.textSupporting, styles.textNormal, styles.pt4]}>{translate('workspace.qbd.requiredSetupDevice.body2')}</Text>
4545
</View>
4646
<FixedFooter>
4747
<Button

0 commit comments

Comments
 (0)