Skip to content

Commit

Permalink
Merge pull request #4839 from Santhosh-Sellavel/Login_Page_Style_Fix
Browse files Browse the repository at this point in the history
Styles h3/h4 missing bold fixed for web, desktop, iOS
  • Loading branch information
sketchydroide authored Aug 26, 2021
2 parents d02317a + c86e282 commit 56ab0eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/signin/PasswordForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class PasswordForm extends React.Component {
onPress={resetPassword}
underlayColor={themeColors.componentBG}
>
<Text style={[styles.link, styles.h4]}>
<Text style={[styles.link]}>
{this.props.translate('passwordForm.forgot')}
</Text>
</TouchableOpacity>
Expand Down
2 changes: 2 additions & 0 deletions src/styles/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,13 @@ const styles = {
h3: {
fontFamily: fontFamily.GTA_BOLD,
fontSize: variables.fontSizeNormal,
fontWeight: fontWeightBold,
},

h4: {
fontFamily: fontFamily.GTA_BOLD,
fontSize: variables.fontSizeLabel,
fontWeight: fontWeightBold,
},

textAlignCenter: {
Expand Down

0 comments on commit 56ab0eb

Please sign in to comment.