Skip to content

Minor css typo in switch-handle #23

Open
@richworx

Description

@richworx

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions