We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae6bd1c commit 677c742Copy full SHA for 677c742
packages/carbon-component-mapper/src/files/sub-form.js
@@ -35,7 +35,7 @@ SubForm.propTypes = {
35
};
36
37
SubForm.defaultProps = {
38
- TitleElement: 'h5',
+ TitleElement: 'h3',
39
DescriptionElement: 'p'
40
41
packages/react-renderer-demo/src/doc-components/examples-texts/carbon/sub-form.md
@@ -2,7 +2,7 @@
2
3
|Props|Description|default|
4
|-----|-----------|-------|
5
-|TitleElement|Element wrapping title|h5|
+|TitleElement|Element wrapping title|h3|
6
|TitleProps|Props passed to the element wrapping title|{}|
7
|DescriptionElement|Element wrapping description|p|
8
|DescriptionProps|Props passed to the element wrapping description|{}|
0 commit comments