Update poll icons from Compound (#1849)
* Use compound icons for polls --------- Co-authored-by: ElementBot <benoitm+elementbot@element.io>
This commit is contained in:
parent
0f0bd34665
commit
60f58f9915
21 changed files with 53 additions and 52 deletions
|
|
@ -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)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue