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 f6d413c commit 34709ecCopy full SHA for 34709ec
src/ShapeStyles.js
@@ -26,7 +26,7 @@ export default css`
26
.property-title {
27
font-size: var(
28
--property-shape-document-title-font-size,
29
- var(--arc-font-subhead-font-size)
+ var(--arc-font-subhead-font-size, 1rem)
30
);
31
font-weight: var(
32
--property-shape-document-title-font-weight,
@@ -38,7 +38,6 @@ export default css`
38
39
40
margin: 4px 0 4px 0;
41
- font-size: 1rem;
42
font-weight: var(--api-type-document-property-title-font-weight, 500);
43
word-break: break-word;
44
color: var(--api-type-document-property-title-color);
0 commit comments