update team sidebar's background color to match with the theme color used in the webapp (#6711)

This commit is contained in:
Matthew Birtch 2022-10-28 09:01:51 -04:00 committed by GitHub
parent c627fb8df9
commit 14cc74fdb9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme: Theme) => {
paddingTop: 10,
},
listContainer: {
backgroundColor: theme.sidebarTeamBarBg,
backgroundColor: theme.sidebarHeaderBg,
borderTopRightRadius: 12,
flex: 1,
},