We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55ceeef commit 08b7460Copy full SHA for 08b7460
src/CModalBody.js
@@ -24,7 +24,7 @@ const CModalBody = props=>{
24
), cssModule);
25
26
return (
27
- <Tag {...attributes} className={classes} ref={innerRef} />
+ <Tag className={classes} {...attributes} ref={innerRef} />
28
);
29
30
}
src/CModalFooter.js
@@ -24,7 +24,7 @@ const CModalFooter = props=>{
@@ -38,7 +38,7 @@ CModalFooter.propTypes = {
38
};
39
40
CModalFooter.defaultProps = {
41
- tag: 'div',
+ tag: 'footer'
42
43
44
export default CModalFooter;
0 commit comments