diff --git a/src/ui/components/SideBar/styles.tsx b/src/ui/components/SideBar/styles.tsx index 3c4d13db5..faa4b1812 100644 --- a/src/ui/components/SideBar/styles.tsx +++ b/src/ui/components/SideBar/styles.tsx @@ -30,16 +30,16 @@ export const ServerButtonWrapper = styled.li` opacity var(--transitions-duration); border-radius: 0 4px 4px 0; - // background-color: var( - // --rcx-color-surface-selected, - // var(--rcx-color-neutral-450, #d7dbe0) - // ) !important; - background-color: var( - --rcx-color-surface-dark, - var(--rcx-color-neutral-800, #2f343d) + --rcx-color-surface-selected, + var(--rcx-color-neutral-450, #d7dbe0) ) !important; + // background-color: var( + // --rcx-color-surface-dark, + // var(--rcx-color-neutral-800, #2f343d) + // ) !important; + ${({ hasUnreadMessages }) => hasUnreadMessages && css`