Skip to content

Commit

Permalink
Forget should not bolded
Browse files Browse the repository at this point in the history
  • Loading branch information
Santhosh-Sellavel committed Aug 25, 2021
1 parent 4e76e51 commit c86e282
Showing 1 changed file with 1 addition 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

0 comments on commit c86e282

Please sign in to comment.