We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f206c5b commit ad2f7e0Copy full SHA for ad2f7e0
src/bootstrap-switch-button-react.js
@@ -111,7 +111,7 @@ export default class BootstrapSwitchButton extends React.Component {
111
<span className={'switch-off btn btn-' + this.state.offstyle + (this.state.size ? ' btn-' + this.state.size : '')} style={labelStyle}>
112
{this.state.offlabel}
113
</span>
114
- <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 : '')} />
115
</div>
116
117
);
0 commit comments