forked from abner/for-legacy-web
Small fixes for search.
This commit is contained in:
@@ -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" />
|
||||||
|
|||||||
Reference in New Issue
Block a user