Skip to content

Commit

Permalink
Added optional variable for title style (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
subratsf authored Jan 11, 2022
1 parent b5d2156 commit a69f1e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default css`
font-weight: var(--api-method-documentation-title-method-font-weight,
var(--arc-font-headline-font-weight, 500));
color: var(--arc-font-headline-color);
text-transform: capitalize;
text-transform: var(--api-method-documentation-title-text-transform, capitalize);
}
.heading2 {
Expand Down

0 comments on commit a69f1e3

Please sign in to comment.