File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ export default class AppIntro extends Component {
189189 }
190190
191191 renderPagination = ( index , total , context ) => {
192- const { activeDotColor, dotColor, rightTextColor } = this . props ;
192+ const { activeDotColor, dotColor, rightTextColor, leftTextColor } = this . props ;
193193 const ActiveDot = (
194194 < View
195195 style = { [ this . styles . activeDotStyle , { backgroundColor : activeDotColor } ] }
@@ -237,7 +237,7 @@ export default class AppIntro extends Component {
237237 style = { this . styles . full }
238238 onPress = { isSkipBtnShow ? ( ) => this . props . onSkipBtnClick ( index ) : null }
239239 >
240- < Text style = { [ this . styles . controllText , { color : rightTextColor } ] } > { this . props . skipBtnLabel } </ Text >
240+ < Text style = { [ this . styles . controllText , { color : leftTextColor } ] } > { this . props . skipBtnLabel } </ Text >
241241 </ TouchableOpacity >
242242 </ Animated . View >
243243 < View style = { this . styles . dotContainer } >
@@ -284,7 +284,7 @@ export default class AppIntro extends Component {
284284 style = { this . styles . full }
285285 onPress = { isSkipBtnShow ? ( ) => this . props . onSkipBtnClick ( index ) : null }
286286 >
287- < Text style = { [ this . styles . controllText , { color : rightTextColor } ] } > { this . props . skipBtnLabel } </ Text >
287+ < Text style = { [ this . styles . controllText , { color : leftTextColor } ] } > { this . props . skipBtnLabel } </ Text >
288288 </ TouchableOpacity >
289289 </ View >
290290 < View style = { this . styles . dotContainer } >
You can’t perform that action at this time.
0 commit comments