Skip to content

Commit

Permalink
fix select color theme
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanfbrito committed Sep 9, 2024
1 parent 470efd1 commit c843581
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/ui/components/SideBar/styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@ export const ServerButtonWrapper = styled.li<ServerButtonWrapperProps>`
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`
Expand Down

0 comments on commit c843581

Please sign in to comment.