Label Scheme¶
Typography and text styling for different label types across the interface.
Label¶
LabelTheme {
typography {
titleL: TextStyle // (1)!
titleM: TextStyle // (2)!
regular: TextStyle // (3)!
subtle: TextStyle // (4)!
}
}
- Defines the text style for large titles, typically used for main headings and prominent text elements.
- Specifies the text style for medium titles, commonly used for section headers and secondary headings.
- Sets the text style for regular body text and standard content throughout the interface.
- Determines the text style for subtle or less prominent text, often used for secondary information and supporting content.