From 530369613a683965d3e652476dd97fb0706a57d6 Mon Sep 17 00:00:00 2001 From: zygisS22 Date: Sun, 20 Mar 2022 19:12:30 +0100 Subject: [PATCH] fix: removed platformColor from styles --- react/features/video-menu/components/native/styles.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/react/features/video-menu/components/native/styles.js b/react/features/video-menu/components/native/styles.js index cf1d595a8..3cd77e68f 100644 --- a/react/features/video-menu/components/native/styles.js +++ b/react/features/video-menu/components/native/styles.js @@ -1,7 +1,5 @@ // @flow -import { PlatformColor } from 'react-native'; - import { MD_FONT_SIZE, MD_ITEM_HEIGHT, @@ -72,8 +70,7 @@ export default createStyleSheet({ }, dividerDialog: { - // eslint-disable-next-line new-cap - backgroundColor: PlatformColor('separator'), + backgroundColor: BaseTheme.palette.dividerColor, marginBottom: BaseTheme.spacing[3] },