SmallTitle

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.

textColor

The color of the SmallTitle.

insideMargin

The margin inside the SmallTitle.