Skip to content

Commit

Permalink
styling the fine print
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Donahue committed May 27, 2022
1 parent 616ef06 commit 59f1c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FullPageOfflineBlockingView.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const FullPageOfflineBlockingView = (props) => {
height={50}
/>
<Text style={[styles.h1]}>{props.translate('common.youAppearToBeOffline')}</Text>
<Text>{props.translate('common.thisFeatureRequiresInternet')}</Text>
<Text style={[styles.w70, styles.textAlignCenter]}>{props.translate('common.thisFeatureRequiresInternet')}</Text>
</View>
);
}
Expand Down

0 comments on commit 59f1c36

Please sign in to comment.