Change CompoundIcons.VoiceCall to CompoundIcons.VoiceCallSolid
This commit is contained in:
parent
3ed208a6ea
commit
420b6135d2
3 changed files with 3 additions and 3 deletions
|
|
@ -31,7 +31,7 @@ fun TimelineItemLegacyCallInviteView(
|
|||
modifier = modifier,
|
||||
) {
|
||||
Icon(
|
||||
imageVector = CompoundIcons.VoiceCall(),
|
||||
imageVector = CompoundIcons.VoiceCallSolid(),
|
||||
contentDescription = null,
|
||||
tint = ElementTheme.colors.iconSecondary,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue