🌈 Create new beautiful Compose Gradients with our new wesite ->
Property

optionTextStyle

Source set: Android
val optionTextStyle =
        if (isLargeScreen) {
            DatePickerTokens.ContentLargeTypography.value.copy(
                textAlign = TextAlign.Center,
                fontFeatureSettings = "tnum",
            )
        } else {
            DatePickerTokens.ContentTypography.value.copy(
                textAlign = TextAlign.Center,
                fontFeatureSettings = "tnum",
            )
        }

Content updated: