Skip to content

Commit ad2f7e0

Browse files
committed
fix switch-handle css typo gitbrent#23
1 parent f206c5b commit ad2f7e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap-switch-button-react.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export default class BootstrapSwitchButton extends React.Component {
111111
<span className={'switch-off btn btn-' + this.state.offstyle + (this.state.size ? ' btn-' + this.state.size : '')} style={labelStyle}>
112112
{this.state.offlabel}
113113
</span>
114-
<span className={'switch-handle btn btn-light' + (this.state.size ? 'btn-' + this.state.size : '')} />
114+
<span className={'switch-handle btn btn-light' + (this.state.size ? ' btn-' + this.state.size : '')} />
115115
</div>
116116
</div>
117117
);

0 commit comments

Comments
 (0)