Skip to content

Commit

Permalink
remove unread marker
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanfbrito committed Sep 10, 2024
1 parent c843581 commit 05faa74
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/ui/components/SideBar/styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,6 @@ export const ServerButtonWrapper = styled.li<ServerButtonWrapperProps>`
// var(--rcx-color-neutral-800, #2f343d)
// ) !important;
${({ hasUnreadMessages }) =>
hasUnreadMessages &&
css`
height: 6px;
opacity: 0.6;
`}
${({ isSelected }) =>
isSelected &&
css`
Expand Down

0 comments on commit 05faa74

Please sign in to comment.