Fix multi-server icon mention badge (#7795) (#7804)

(cherry picked from commit 0897f54bf0)

Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
This commit is contained in:
Mattermost Build 2024-02-02 13:43:24 +02:00 committed by GitHub
parent ebba06a916
commit acc34b3121
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}
/>
);
});