udpated theme color and position of unread dot and adjusted border radius on selected team (#6738)
This commit is contained in:
parent
8e6c452256
commit
1d4806d7b0
1 changed files with 3 additions and 3 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue