Small Title
fun SmallTitle(text: String, modifier: Modifier = Modifier, textColor: Color = COUITheme.colorScheme.onBackgroundVariant, insideMargin: PaddingValues = SmallTitleDefaults.InsideMargin)
A SmallTitle with COUI style.
Typography follows the COUI category title (couiTextAppearanceSmallButton: 12sp sans-serif-medium).
Parameters
text
The text to be displayed in the SmallTitle.
modifier
The modifier to be applied to the SmallTitle.
text Color
The color of the SmallTitle.
inside Margin
The margin inside the SmallTitle.