Fix theme color for the more channel options (#3566)

This commit is contained in:
Mattermost Build 2019-11-18 16:19:23 +01:00 committed by Elias Nahum
parent 6020df0b38
commit df5c1d73fe
2 changed files with 2 additions and 0 deletions

View file

@ -56,6 +56,7 @@ exports[`MoreChannels should match snapshot 1`] = `
onPress={[Function]}
style={
Object {
"color": "#3d3c40",
"fontWeight": "bold",
"marginBottom": 10,
"marginLeft": 10,

View file

@ -489,6 +489,7 @@ const getStyleFromTheme = makeStyleSheetFromTheme((theme) => {
color: changeOpacity(theme.centerChannelColor, 0.5),
},
channelDropdown: {
color: theme.centerChannelColor,
fontWeight: 'bold',
marginLeft: 10,
marginTop: 20,