Skip to content

Commit 3069d73

Browse files
committed
Update comment to fix CI
1 parent d54478b commit 3069d73

File tree

1 file changed

+1
-1
lines changed
  • WordPress/src/jetpack/java/org/wordpress/android/ui/accounts/login/components

1 file changed

+1
-1
lines changed

WordPress/src/jetpack/java/org/wordpress/android/ui/accounts/login/components/LoopingText.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ private const val FIXED_FONT_SIZE = 40
2626
@Composable
2727
private fun LargeTexts() {
2828
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
29+
val lineHeight = fontSize * 1.05 // calculate line height to 5% larger than the font size
3030

3131
val texts = stringArrayResource(R.array.login_prologue_revamped_jetpack_feature_texts)
3232

0 commit comments

Comments
 (0)