Change CompoundIcons.VoiceCall to CompoundIcons.VoiceCallSolid

This commit is contained in:
Benoit Marty
2025-02-26 18:49:22 +01:00
parent d2934856a0
commit 33702588ef
3 changed files with 3 additions and 3 deletions

View File

@@ -100,7 +100,7 @@ internal fun IncomingCallScreen(
ActionButton(
size = 64.dp,
onClick = { onAnswer(notificationData) },
icon = CompoundIcons.VoiceCall(),
icon = CompoundIcons.VoiceCallSolid(),
title = stringResource(CommonStrings.action_accept),
backgroundColor = ElementTheme.colors.iconSuccessPrimary,
borderColor = ElementTheme.colors.borderSuccessSubtle