Testing reduced line height

This commit is contained in:
Vitor Pamplona
2024-03-20 11:49:12 -04:00
parent 9867ac1689
commit 943a4260ff
@@ -321,7 +321,7 @@ fun RenderRegular(
val textStyle =
remember(currentTextStyle) {
currentTextStyle.copy(
lineHeight = 1.4.em,
lineHeight = 1.3.em,
)
}