changed mute icon

This commit is contained in:
noumantahir 2021-09-21 02:11:49 +05:00
parent 2c9d88629b
commit 8e12eadf21

View File

@ -221,7 +221,8 @@ class ProfileSummaryView extends PureComponent {
<View style={styles.rightIcons}>
{isMuted && (
<Icon
name="volume-mute"
iconType="MaterialCommunityIcons"
name="volume-variant-off"
color={EStyleSheet.value('$primaryDarkText')}
size={24}
style={{ marginHorizontal: 12 }}