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