Fix Title in "Jump" pop up is not visible on default theme (#790)
This commit is contained in:
parent
3315ce9328
commit
a39ff41ff7
1 changed files with 2 additions and 2 deletions
|
|
@ -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'
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue