Skip to content

Commit

Permalink
change font size
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Donahue committed Jun 1, 2022
1 parent 39811d5 commit edbbc01
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 @@ -35,7 +35,7 @@ const FullPageOfflineBlockingView = (props) => {
width={variables.iconSizeMondo}
height={variables.iconSizeMondo}
/>
<Text style={[styles.h1, styles.mt5]}>{props.translate('common.youAppearToBeOffline')}</Text>
<Text style={[styles.textLarge, styles.mt5]}>{props.translate('common.youAppearToBeOffline')}</Text>
<Text style={[styles.w70, styles.textAlignCenter]}>{props.translate('common.thisFeatureRequiresInternet')}</Text>
</View>
);
Expand Down

0 comments on commit edbbc01

Please sign in to comment.