Fix poll bugs.

This commit is contained in:
Michelle Tang
2025-11-13 13:14:13 -05:00
parent 5bbc526923
commit 5ed4813331
4 changed files with 10 additions and 2 deletions

View File

@@ -244,7 +244,7 @@ private fun PollOption(
}
Column {
Row(verticalAlignment = Alignment.Bottom) {
Row(verticalAlignment = Alignment.CenterVertically) {
Text(
text = option.text,
style = MaterialTheme.typography.bodyLarge.copy(fontSize = fontSize.sp),