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

Change-Id: Ifd291b247f848cea43e084cc0fb99917e47e26eb
pull/1220/head
Don Turner 9 months ago
parent 2271d01da5
commit 3868371ec8

@ -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