Skip to content

Commit

Permalink
align title
Browse files Browse the repository at this point in the history
  • Loading branch information
rezkiy37 committed Nov 20, 2023
1 parent 03d0a66 commit fc06300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/ReferralDetailsPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function ReferralDetailsPage({route, account}) {
width={178}
height={232}
/>
<Text style={[styles.textHeadline, styles.mb3, styles.mt8]}>{contentHeader}</Text>
<Text style={[styles.textHeadline, styles.textAlignCenter, styles.mb3, styles.mt8]}>{contentHeader}</Text>
<Text style={[styles.textAlignCenter, styles.inlineSystemMessage, styles.mb6]}>{contentBody}</Text>
{shouldShowClipboard && (
<View style={[styles.border, styles.pv2, styles.ph3, styles.mb6]}>
Expand Down

0 comments on commit fc06300

Please sign in to comment.