diff --git a/react/features/toolbox/components/Toolbox.native.js b/react/features/toolbox/components/Toolbox.native.js index 3df47ace6..b06be810d 100644 --- a/react/features/toolbox/components/Toolbox.native.js +++ b/react/features/toolbox/components/Toolbox.native.js @@ -207,8 +207,8 @@ class Toolbox extends Component { style = { style } underlayColor = { underlayColor } /> diff --git a/react/features/toolbox/components/styles.js b/react/features/toolbox/components/styles.js index e2419bb41..e1b0af6de 100644 --- a/react/features/toolbox/components/styles.js +++ b/react/features/toolbox/components/styles.js @@ -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.