[RN] Update audio-only icon

Match the one on the web.
This commit is contained in:
Saúl Ibarra Corretgé
2017-07-03 09:00:41 +02:00
committed by Lyubo Marinov
parent db26aa652b
commit 46a87e42ce
2 changed files with 2 additions and 11 deletions

View File

@@ -207,8 +207,8 @@ class Toolbox extends Component {
style = { style }
underlayColor = { underlayColor } />
<ToolbarButton
iconName = 'hangup'
iconStyle = { styles.toggleAudioOnlyIcon }
iconName = 'visibility'
iconStyle = { iconStyle }
onClick = { this.props._onToggleAudioOnly }
style = { style }
underlayColor = { underlayColor } />