ui5-webcomponents
ui5-webcomponents copied to clipboard
[DynamicPage (v2.0.0-rc.6)]: outline recommended `font-size` of `heading` in docs
At the moment I don't think it's described clearly enough how to adjust the font-size of the heading
to the recommended values. The relevant CSS variables can be found in the code examples, but it's probably worth mentioning them more clearly in the docs. E.g. in the description of the heading
slot.
CSS Vars:
- expanded:
'var(--sapObjectHeader_Title_FontSize)'
- collapsed:
'var(--sapObjectHeader_Title_SnappedFontSize)'