From acc34b3121fcd7c84f714c72c2fee3759cd8fc56 Mon Sep 17 00:00:00 2001 From: Mattermost Build Date: Fri, 2 Feb 2024 13:43:24 +0200 Subject: [PATCH] Fix multi-server icon mention badge (#7795) (#7804) (cherry picked from commit 0897f54bf01a8372834ec41cab78834c2b367c6f) Co-authored-by: Elias Nahum --- app/screens/home/channel_list/servers/index.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/screens/home/channel_list/servers/index.tsx b/app/screens/home/channel_list/servers/index.tsx index 75acdec43..95fabd958 100644 --- a/app/screens/home/channel_list/servers/index.tsx +++ b/app/screens/home/channel_list/servers/index.tsx @@ -166,6 +166,9 @@ const Servers = React.forwardRef((_, ref) => { onPress={onPress} style={styles.icon} testID={'channel_list.servers.server_icon'} + badgeBorderColor={theme.sidebarBg} + badgeBackgroundColor={theme.mentionBg} + badgeColor={theme.mentionColor} /> ); });