Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

inactiveButtonColor doesn't work #7

Open
zackperdue opened this issue Feb 19, 2016 · 2 comments
Open

inactiveButtonColor doesn't work #7

zackperdue opened this issue Feb 19, 2016 · 2 comments

Comments

@zackperdue
Copy link

Not sure why... but this property is not working for me. The others like activeButtonColor do work.

@zackperdue
Copy link
Author

It appears that the below property is working how i expected the inactiveButtonColor to work...

inactiveButtonPressedColor='#fff'

@BenjaminSchilller
Copy link

BenjaminSchilller commented Jan 1, 2017

within index.js change the statement:

this.props.activeButtonColor) : (this.state.pressed? this.props.inactiveButtonPressedColor : this.props.inactiveButtonPressedColor),

to:

this.props.activeButtonColor) : (this.state.pressed? this.props.inactiveButtonPressedColor : this.props.inactiveButtonColor),

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

No branches or pull requests

2 participants