Skip to content

Commit

Permalink
fix: background-color in search results (#1531)
Browse files Browse the repository at this point in the history
* fix: background-color in search results

* Delete some changes
  • Loading branch information
AntonKozachuk committed Feb 15, 2021
1 parent 755a909 commit d288165
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/SearchBox/styled.elements.tsx
Expand Up @@ -66,6 +66,10 @@ export const SearchResultsBox = styled.div`
margin-top: 10px;
line-height: 1.4;
font-size: 0.9em;
li {
background-color: inherit;
}
${MenuItemLabel} {
padding-top: 6px;
Expand Down

0 comments on commit d288165

Please sign in to comment.