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 committed by GitHub
parent e89de72b47
commit ceca20954a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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