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

This commit is contained in:
Elias Nahum 2019-11-18 12:16:30 -03:00 committed by Saturnino Abril
parent 759d1ce86d
commit c68138150e
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,