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 } />
|
||||
|
|
|
@ -133,15 +133,6 @@ export default createStyleSheet({
|
|||
*/
|
||||
secondaryToolbarButtonIcon,
|
||||
|
||||
/**
|
||||
* The icon style of the toolbar button in {@link #secondaryToolbar} which
|
||||
* toggles the audio-only mode of the current conference.
|
||||
*/
|
||||
toggleAudioOnlyIcon: {
|
||||
...secondaryToolbarButtonIcon,
|
||||
transform: [ { rotate: '135deg' } ]
|
||||
},
|
||||
|
||||
/**
|
||||
* The style of the root/top-level {@link Container} of {@link Toolbox}
|
||||
* which contains {@link Toolbar}s.
|
||||
|
|
Loading…
Reference in New Issue