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