mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 12:47:47 +00:00
[RN] Update audio-only icon
Match the one on the web.
This commit is contained in:
committed by
Lyubo Marinov
parent
db26aa652b
commit
46a87e42ce
@@ -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 } />
|
||||
|
||||
Reference in New Issue
Block a user