Fix multi-server icon mention badge (#7795)

This commit is contained in:
Elias Nahum 2024-02-01 22:29:03 +08:00 committed by GitHub
parent f2842bdec7
commit 0897f54bf0
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}
/>
);
});