(cherry picked from commit 0897f54bf0)
Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
This commit is contained in:
parent
ebba06a916
commit
acc34b3121
1 changed files with 3 additions and 0 deletions
|
|
@ -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}
|
||||
/>
|
||||
);
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue