From 05faa74c31d3d43d18b4f1aeca12cf5b19a7242d Mon Sep 17 00:00:00 2001 From: Jean Brito Date: Tue, 10 Sep 2024 11:43:11 -0300 Subject: [PATCH] remove unread marker --- src/ui/components/SideBar/styles.tsx | 7 ------- 1 file changed, 7 deletions(-) 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`