Skip to content

Commit

Permalink
Merge pull request #21295 from wordpress-mobile/issue/21294-jetpack-p…
Browse files Browse the repository at this point in the history
…oster-spacing

Fix Jetpack poster line spacing
  • Loading branch information
nbradbury authored Oct 11, 2024
2 parents d8574c8 + 5616d2d commit 2f5b371
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,11 @@ fun JetpackStaticPoster(
R.string.wp_jp_static_poster_title_plural else R.string.wp_jp_static_poster_title,
uiStringText(featureName)
),
style = MaterialTheme.typography.h1.copy(fontSize = 34.sp, fontWeight = FontWeight.Bold),
style = MaterialTheme.typography.h1.copy(
fontSize = 34.sp,
fontWeight = FontWeight.Bold,
lineHeight = 48.sp
),
)
Text(
stringResource(R.string.wp_jp_static_poster_message),
Expand Down

0 comments on commit 2f5b371

Please sign in to comment.