Thank you Google, very cool

closes #22
This commit is contained in:
sadellie 2023-07-21 22:24:22 +03:00
parent 4affbda988
commit cce8799ce5

View File

@ -197,7 +197,7 @@ private fun AutoSizableTextField(
) {
with(density) {
// Cursor handle is not visible without this, 0.836f is the minimum required factor here
nFontSize = maxHeight.toSp() * 0.836f
nFontSize = maxHeight.toSp() * 0.835f
minFontSize = nFontSize * minRatio
}