Small fixes for search.

This commit is contained in:
Paul
2021-08-11 13:32:31 +01:00
parent b6230abbd7
commit 77fb6f3527

View File

@@ -46,6 +46,8 @@ const SearchBase = styled.div`
padding: 6px;
overflow: hidden;
border-radius: var(--border-radius);
color: var(--foreground);
background: var(--primary-background);
&:hover {
@@ -100,7 +102,7 @@ export function SearchSidebar({ close }: Props) {
<GenericSidebarBase>
<SearchBase>
<Overline type="error" onClick={close} block>
go back to members
« back to members
</Overline>
<Overline type="subtle" block>
<Text id="app.main.channel.search.title" />