Fixed centering FormListItem text
This commit is contained in:
parent
b86c59ef24
commit
a88ddbdd16
|
@ -50,7 +50,7 @@ private fun FormListItemImpl(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Text(label, color = Colors.FormListItemTextColor, fontSize = 16.sp, maxLines = 1, overflow = TextOverflow.Ellipsis, modifier = Modifier.fillMaxHeight())
|
Text(label, color = Colors.FormListItemTextColor, fontSize = 16.sp, maxLines = 1, overflow = TextOverflow.Ellipsis)
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue