update team sidebar's background color to match with the theme color used in the webapp (#6711)
This commit is contained in:
parent
c627fb8df9
commit
14cc74fdb9
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme: Theme) => {
|
|||
paddingTop: 10,
|
||||
},
|
||||
listContainer: {
|
||||
backgroundColor: theme.sidebarTeamBarBg,
|
||||
backgroundColor: theme.sidebarHeaderBg,
|
||||
borderTopRightRadius: 12,
|
||||
flex: 1,
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue