diff --git a/src/ui/components/SideBar/styles.tsx b/src/ui/components/SideBar/styles.tsx index faa4b1812..eea9c3b2c 100644 --- a/src/ui/components/SideBar/styles.tsx +++ b/src/ui/components/SideBar/styles.tsx @@ -40,13 +40,6 @@ export const ServerButtonWrapper = styled.li` // var(--rcx-color-neutral-800, #2f343d) // ) !important; - ${({ hasUnreadMessages }) => - hasUnreadMessages && - css` - height: 6px; - opacity: 0.6; - `} - ${({ isSelected }) => isSelected && css`