Skip to content

Commit 34709ec

Browse files
committed
fix: default property-title font-size
1 parent f6d413c commit 34709ec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/ShapeStyles.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export default css`
2626
.property-title {
2727
font-size: var(
2828
--property-shape-document-title-font-size,
29-
var(--arc-font-subhead-font-size)
29+
var(--arc-font-subhead-font-size, 1rem)
3030
);
3131
font-weight: var(
3232
--property-shape-document-title-font-weight,
@@ -38,7 +38,6 @@ export default css`
3838
);
3939
4040
margin: 4px 0 4px 0;
41-
font-size: 1rem;
4241
font-weight: var(--api-type-document-property-title-font-weight, 500);
4342
word-break: break-word;
4443
color: var(--api-type-document-property-title-color);

0 commit comments

Comments
 (0)