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",
)
}