Testing reduced line height

pull/812/head
Vitor Pamplona 2024-03-20 11:49:12 -04:00
rodzic 9867ac1689
commit 943a4260ff
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -321,7 +321,7 @@ fun RenderRegular(
val textStyle =
remember(currentTextStyle) {
currentTextStyle.copy(
lineHeight = 1.4.em,
lineHeight = 1.3.em,
)
}