Open PavelHolec opened 10 months ago
To be able to remove titleStyle: Heading.Style from component inits, the headingStyle modifier will be added (to mimic the textSize modifier). Should be used also for the Heading itself, just like the Text.
titleStyle: Heading.Style
headingStyle
textSize
Heading
Text
To be able to remove
titleStyle: Heading.Style
from component inits, theheadingStyle
modifier will be added (to mimic thetextSize
modifier). Should be used also for theHeading
itself, just like theText
.