MM-13361 Set Open Teams icons background to white (#2430)
This commit is contained in:
parent
0f4dfdc37c
commit
dff8a347a5
1 changed files with 1 additions and 1 deletions
|
|
@ -317,7 +317,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme) => {
|
|||
fontSize: 18,
|
||||
},
|
||||
imageContainer: {
|
||||
backgroundColor: theme.centerChannelBg,
|
||||
backgroundColor: '#FFF',
|
||||
},
|
||||
noTeam: {
|
||||
color: theme.centerChannelColor,
|
||||
|
|
|
|||
Loading…
Reference in a new issue