From 46a87e42ce05c2f3f079dbe4ea23b484109e08e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Mon, 3 Jul 2017 09:00:41 +0200 Subject: [PATCH] [RN] Update audio-only icon Match the one on the web. --- react/features/toolbox/components/Toolbox.native.js | 4 ++-- react/features/toolbox/components/styles.js | 9 --------- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/react/features/toolbox/components/Toolbox.native.js b/react/features/toolbox/components/Toolbox.native.js index 3df47ace6b..b06be810db 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 e2419bb41b..e1b0af6de8 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.