Skip to content

Commit

Permalink
Fixed #548
Browse files Browse the repository at this point in the history
  • Loading branch information
Çağatay Çivici authored and Çağatay Çivici committed Sep 11, 2018
1 parent 890f831 commit a0c309c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/spinner/Spinner.js
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ export class Spinner extends Component {
}

render() {
let className = classNames("p-spinner p-component");
let className = classNames("p-spinner p-component", this.props.className);
let inputElement = this.renderInputElement();
let upButton = this.renderUpButton();
let downButton = this.renderDownButton();
Expand Down

0 comments on commit a0c309c

Please sign in to comment.