SkapaHeading

Deprecated

SkapaHeading is deprecated. Use new typography system instead.

Skapa Large Screen Headings Typeset used for devices with larger screens eg. tablets

Samples

SkapaTheme2(darkTheme = isSystemInDarkTheme()) {
    Column {
        Text(
            text = "Skapa heading M",
            style = SkapaTheme.typography.headingM,
            modifier = Modifier.semantics { heading() }
        )
        Text(
            text = "Skapa body M",
            style = SkapaTheme.typography.bodyM
        )
    }
}

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard