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,