We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0d65c1 commit 6744b94Copy full SHA for 6744b94
src/ModalTitle.js
@@ -5,7 +5,7 @@ class ModalTitle extends React.Component {
5
6
render() {
7
return (
8
- <h4 {...this.props} className={classnames(this.props.className, 'modal-title')}>
+ <h4 {...this.props} className={classnames(this.props.className, this.props.modalClassName)}>
9
{ this.props.children }
10
</h4>
11
);
0 commit comments