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

Minor css typo in switch-handle #23

Open
richworx opened this issue Apr 23, 2020 · 0 comments
Open

Minor css typo in switch-handle #23

richworx opened this issue Apr 23, 2020 · 0 comments

Comments

@richworx
Copy link

richworx commented Apr 23, 2020

The css class rendered for the switch-handle span has a typo in it:

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.

richworx pushed a commit to awx-ev/bootstrap-switch-button-react that referenced this issue Apr 24, 2020
richworx added a commit to awx-ev/bootstrap-switch-button-react that referenced this issue Apr 24, 2020
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

1 participant