Skip to content

Commit

Permalink
fix(themes): Make search bar hover more visible (#1544)
Browse files Browse the repository at this point in the history
Co-authored-by: Flemmli97 <Flemmli97@users.noreply.github.com>
  • Loading branch information
Flemmli97 and Flemmli97 authored Nov 27, 2023
1 parent 53821e5 commit 64ecec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/layouts/chats/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@
}
}
.identity-header-sidebar:hover {
background-color: var(--background-light);
background-color: var(--secondary);
}

.identity-header-sidebar-participants-in-group {
Expand Down

0 comments on commit 64ecec0

Please sign in to comment.