From dff8a347a5ec48a288bca56abfc57df4ced792be Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Fri, 7 Dec 2018 12:19:01 -0300 Subject: [PATCH] MM-13361 Set Open Teams icons background to white (#2430) --- app/screens/select_team/select_team.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/screens/select_team/select_team.js b/app/screens/select_team/select_team.js index a57117d3c..8865ffc75 100644 --- a/app/screens/select_team/select_team.js +++ b/app/screens/select_team/select_team.js @@ -317,7 +317,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme) => { fontSize: 18, }, imageContainer: { - backgroundColor: theme.centerChannelBg, + backgroundColor: '#FFF', }, noTeam: { color: theme.centerChannelColor,