fix: removed platformColor from styles

This commit is contained in:
zygisS22 2022-03-20 19:12:30 +01:00 committed by Calinteodor
parent 6b0b575bd4
commit 530369613a
1 changed files with 1 additions and 4 deletions

View File

@ -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]
},