MM-13361 Set Open Teams icons background to white (#2430)

This commit is contained in:
Elias Nahum 2018-12-07 12:19:01 -03:00
parent 0f4dfdc37c
commit dff8a347a5
No known key found for this signature in database
GPG key ID: E038DB71E0B61702

View file

@ -317,7 +317,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme) => {
fontSize: 18,
},
imageContainer: {
backgroundColor: theme.centerChannelBg,
backgroundColor: '#FFF',
},
noTeam: {
color: theme.centerChannelColor,