Move the star over for poll results.

This commit is contained in:
Michelle Tang
2026-01-08 17:45:01 -05:00
parent d2c6698824
commit 01fc7fa179

View File

@@ -209,7 +209,8 @@ private fun PollOptionSection(
if (option.hasMostVotes) {
Icon(
imageVector = ImageVector.vectorResource(R.drawable.symbol_favorite_fill_16),
contentDescription = stringResource(R.string.Poll__poll_winner)
contentDescription = stringResource(R.string.Poll__poll_winner),
modifier = Modifier.padding(end = 2.dp)
)
}
if (option.voters.isNotEmpty()) {