We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The css class rendered for the switch-handle span has a typo in it:
switch-handle
class="switch-handle btn btn-lightbtn-sm"
This is due to a typo in src/bootstrap-switch-button-react.js near line 114 (in master f206c5b):
<span className={'switch-handle btn btn-light' + (this.state.size ? 'btn-' + this.state.size : '')} />
I will submit a PR.
The text was updated successfully, but these errors were encountered:
fix switch-handle css typo gitbrent#23
637cdf8
ad2f7e0
No branches or pull requests
The css class rendered for the
switch-handle
span has a typo in it:This is due to a typo in src/bootstrap-switch-button-react.js near line 114 (in master f206c5b):
I will submit a PR.
The text was updated successfully, but these errors were encountered: