Skip to content

Fixed wrong use of styles in DoneButton.js#103

Open
SamiChab wants to merge 1 commit intoFuYaoDe:masterfrom
SamiChab:app-intro-fix
Open

Fixed wrong use of styles in DoneButton.js#103
SamiChab wants to merge 1 commit intoFuYaoDe:masterfrom
SamiChab:app-intro-fix

Conversation

@SamiChab
Copy link

By using the custom styles, I found an error:
In file ./components/DoneButton.android.js (line 18), the nextButtonText style was used for the style of the text of the 'Done' button, instead of the controllText style.

<Text style={[styles.nextButtonText, { color: rightTextColor }]}>

has to be replaced with

<Text style={[styles.controllText, { color: rightTextColor }]}>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments