Skip to content

Commit

Permalink
Fix multi-server icon mention badge (#7795) (#7804)
Browse files Browse the repository at this point in the history
(cherry picked from commit 0897f54)

Co-authored-by: Elias Nahum <[email protected]>
  • Loading branch information
mattermost-build and enahum authored Feb 2, 2024
1 parent ebba06a commit acc34b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/screens/home/channel_list/servers/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
/>
);
});
Expand Down

0 comments on commit acc34b3

Please sign in to comment.