Center star when viewing results.

This commit is contained in:
Michelle Tang
2025-11-14 12:16:55 -05:00
parent 1abd09754f
commit 2c7beb9258

View File

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