Update poll icons from Compound (#1849)
* Use compound icons for polls --------- Co-authored-by: ElementBot <benoitm+elementbot@element.io>
This commit is contained in:
+1
-1
@@ -125,7 +125,7 @@ private fun PollTitle(
|
||||
) {
|
||||
if (isPollEnded) {
|
||||
Icon(
|
||||
resourceId = CommonDrawables.ic_poll_end,
|
||||
resourceId = CommonDrawables.ic_compound_polls_end,
|
||||
contentDescription = stringResource(id = CommonStrings.a11y_poll_end),
|
||||
modifier = Modifier.size(22.dp)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user