Fix Title in "Jump" pop up is not visible on default theme (#790)

This commit is contained in:
enahum 2017-07-27 18:28:55 -04:00 committed by Harrison Healey
parent 3315ce9328
commit a39ff41ff7

View file

@ -125,7 +125,7 @@ export default class SearchPreview extends PureComponent {
<MaterialIcon
name='close'
size={20}
color={theme.sidebarHeaderTextColor}
color={theme.centerChannelColor}
/>
</TouchableOpacity>
<View style={style.titleContainer}>
@ -205,7 +205,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme) => {
paddingRight: 40
},
title: {
color: theme.sidebarHeaderTextColor,
color: theme.centerChannelColor,
fontSize: 17,
fontWeight: '600'
},