Fix multi-server icon mention badge (#7795)
This commit is contained in:
parent
f2842bdec7
commit
0897f54bf0
1 changed files with 3 additions and 0 deletions
|
|
@ -166,6 +166,9 @@ const Servers = React.forwardRef<ServersRef>((_, ref) => {
|
|||
onPress={onPress}
|
||||
style={styles.icon}
|
||||
testID={'channel_list.servers.server_icon'}
|
||||
badgeBorderColor={theme.sidebarBg}
|
||||
badgeBackgroundColor={theme.mentionBg}
|
||||
badgeColor={theme.mentionColor}
|
||||
/>
|
||||
);
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue