diff --git a/react/features/base/dialog/components/native/styles.js b/react/features/base/dialog/components/native/styles.js index 10f23b8a71..84638bb96b 100644 --- a/react/features/base/dialog/components/native/styles.js +++ b/react/features/base/dialog/components/native/styles.js @@ -171,10 +171,6 @@ ColorSchemeRegistry.register('BottomSheet', { underlayColor: ColorPalette.overflowMenuItemUnderlay }, - expandIcon: { - color: schemeColor('icon') - }, - /** * Bottom sheet's base style. */ diff --git a/react/features/toolbox/components/native/OverflowMenu.js b/react/features/toolbox/components/native/OverflowMenu.js index d632a1f554..79cce4c6de 100644 --- a/react/features/toolbox/components/native/OverflowMenu.js +++ b/react/features/toolbox/components/native/OverflowMenu.js @@ -166,8 +166,9 @@ class OverflowMenu extends PureComponent { styles.expandMenuContainer ] }> - { /* $FlowFixMeProps */ } - + { /* $FlowFixMe */ } + );