Skip to content

Commit

Permalink
Update styling
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangzinh committed Oct 8, 2024
1 parent f0a5c50 commit b736632
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ function RequireQuickBooksDesktopModal({route}: RequireQuickBooksDesktopModalPro
onBackButtonPress={() => Navigation.dismissModal()}
/>
<View style={[styles.flex1]}>
<View style={[styles.flex1, styles.justifyContentCenter]}>
<View style={[styles.flex1, styles.justifyContentCenter, styles.ph5]}>
<View style={[styles.alignSelfCenter, styles.pendingStateCardIllustration]}>
<ImageSVG src={Computer} />
</View>

<Text style={[styles.textAlignCenter, styles.textHeadlineH1, styles.ph6]}>{translate('workspace.qbd.requiredSetupDevice.title')}</Text>
<Text style={[styles.textAlignCenter, styles.textSupporting, styles.textNormal, styles.p4]}>{translate('workspace.qbd.requiredSetupDevice.body1')}</Text>
<Text style={[styles.textAlignCenter, styles.textSupporting, styles.textNormal, styles.p4]}>{translate('workspace.qbd.requiredSetupDevice.body2')}</Text>
<Text style={[styles.textAlignCenter, styles.textHeadlineH1, styles.pt5]}>{translate('workspace.qbd.requiredSetupDevice.title')}</Text>
<Text style={[styles.textAlignCenter, styles.textSupporting, styles.textNormal, styles.pt3]}>{translate('workspace.qbd.requiredSetupDevice.body1')}</Text>
<Text style={[styles.textAlignCenter, styles.textSupporting, styles.textNormal, styles.pt4]}>{translate('workspace.qbd.requiredSetupDevice.body2')}</Text>
</View>
<FixedFooter>
<Button
Expand Down

0 comments on commit b736632

Please sign in to comment.