We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d54478b commit 3069d73Copy full SHA for 3069d73
WordPress/src/jetpack/java/org/wordpress/android/ui/accounts/login/components/LoopingText.kt
@@ -26,7 +26,7 @@ private const val FIXED_FONT_SIZE = 40
26
@Composable
27
private fun LargeTexts() {
28
val fontSize = (FIXED_FONT_SIZE / LocalDensity.current.fontScale).sp
29
- val lineHeight = fontSize * 1.05 // set line height to 5% larger than the font size
+ val lineHeight = fontSize * 1.05 // calculate line height to 5% larger than the font size
30
31
val texts = stringArrayResource(R.array.login_prologue_revamped_jetpack_feature_texts)
32
0 commit comments