Switch default padding to true since this was actually false by default since Compose 1.6.0-alpha01

Change-Id: Ifd291b247f848cea43e084cc0fb99917e47e26eb
pull/1837/head
Don Turner 2 years ago
parent 78747b927d
commit 82b15d38f1

@ -25,7 +25,7 @@ import androidx.compose.ui.unit.sp
/**
* Now in Android typography.
*/
val platformTextStyle = PlatformTextStyle(includeFontPadding = false)
val platformTextStyle = PlatformTextStyle(includeFontPadding = true)
internal val NiaTypography = Typography(
displayLarge = TextStyle(

Loading…
Cancel
Save