Sets default button type to small and moves action names to config file

This commit is contained in:
mashazyu
2020-04-20 17:02:11 +02:00
committed by Sofiya Tepikin
parent 45cff710c8
commit bba25aeaac
6 changed files with 20 additions and 11 deletions
@@ -79,7 +79,7 @@ export default class EnterNewPassword extends Component {
{shouldShowErrorMessage &&
<AppText style={styles.error}>{labels.passwordsDontMatch}</AppText>
}
<Button isCTA={isButtonActive} isSmall onPress={this.savePassword}>
<Button isCTA={isButtonActive} onPress={this.savePassword}>
{labels.savePassword}
</Button>
</React.Fragment>