Skip to content

Commit

Permalink
fix switch-handle css typo gitbrent#23
Browse files Browse the repository at this point in the history
  • Loading branch information
drwatsoncode committed Apr 24, 2020
1 parent f206c5b commit 637cdf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap-switch-button-react.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export default class BootstrapSwitchButton extends React.Component {
<span className={'switch-off btn btn-' + this.state.offstyle + (this.state.size ? ' btn-' + this.state.size : '')} style={labelStyle}>
{this.state.offlabel}
</span>
<span className={'switch-handle btn btn-light' + (this.state.size ? 'btn-' + this.state.size : '')} />
<span className={'switch-handle btn btn-light' + (this.state.size ? ' btn-' + this.state.size : '')} />
</div>
</div>
);
Expand Down

0 comments on commit 637cdf8

Please sign in to comment.