Set softWrap to true again for Pill text (#8391)

(cherry picked from commit 8b0affe9bd)
This commit is contained in:
AntsyLich
2022-11-01 03:20:24 +06:00
committed by Jobobby04
parent 9cc5831689
commit 762f383fb6
@@ -42,7 +42,6 @@ fun Pill(
text = text,
fontSize = fontSize,
maxLines = 1,
softWrap = false,
)
}
}