udpated theme color and position of unread dot and adjusted border radius on selected team (#6738)

This commit is contained in:
Matthew Birtch 2022-11-06 22:09:17 -05:00 committed by GitHub
parent 8e6c452256
commit 1d4806d7b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,11 +35,11 @@ const getStyleSheet = makeStyleSheetFromTheme((theme: Theme) => {
},
containerSelected: {
borderWidth: 3,
borderRadius: 12,
borderRadius: 14,
borderColor: theme.sidebarTextActiveBorder,
},
unread: {
left: 40,
left: 43,
top: 3,
},
mentionsOneDigit: {
@ -102,7 +102,7 @@ export default function TeamItem({team, hasUnreads, mentionCount, selected}: Pro
</TouchableWithFeedback>
</View>
<Badge
borderColor={theme.sidebarTeamBarBg}
borderColor={theme.sidebarHeaderBg}
visible={hasBadge && !selected}
style={badgeStyle}
value={value}