ui5-webcomponents icon indicating copy to clipboard operation
ui5-webcomponents copied to clipboard

[DynamicPage (v2.0.0-rc.6)]: outline recommended `font-size` of `heading` in docs

Open Lukas742 opened this issue 8 months ago • 2 comments

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)'

Lukas742 avatar Jun 19 '24 09:06 Lukas742