Skip to content

Commit 79954c4

Browse files
authored
Merge pull request #23 from advanced-rest-client/feat/style-variable
Feat/style variable
2 parents 3f75c4f + 2a304e4 commit 79954c4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@api-components/api-body-document",
33
"description": "A component to render HTTP method body documentation based on AMF model",
4-
"version": "4.3.2",
4+
"version": "4.4.0",
55
"license": "Apache-2.0",
66
"main": "index.js",
77
"module": "index.js",

src/Styles.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export default css`
6060
6161
.body-name {
6262
font-weight: var(--api-body-document-any-info-font-weight, 500);
63-
font-size: 1.1rem;
63+
font-size: var(--api-body-document-body-name-font-size, 1.1rem);
6464
}
6565
6666
anypoint-button[active] {

0 commit comments

Comments
 (0)