Fix theme color for the more channel options (#3566)
This commit is contained in:
parent
6020df0b38
commit
df5c1d73fe
2 changed files with 2 additions and 0 deletions
|
|
@ -56,6 +56,7 @@ exports[`MoreChannels should match snapshot 1`] = `
|
|||
onPress={[Function]}
|
||||
style={
|
||||
Object {
|
||||
"color": "#3d3c40",
|
||||
"fontWeight": "bold",
|
||||
"marginBottom": 10,
|
||||
"marginLeft": 10,
|
||||
|
|
|
|||
|
|
@ -489,6 +489,7 @@ const getStyleFromTheme = makeStyleSheetFromTheme((theme) => {
|
|||
color: changeOpacity(theme.centerChannelColor, 0.5),
|
||||
},
|
||||
channelDropdown: {
|
||||
color: theme.centerChannelColor,
|
||||
fontWeight: 'bold',
|
||||
marginLeft: 10,
|
||||
marginTop: 20,
|
||||
|
|
|
|||
Loading…
Reference in a new issue