tweak search highlight

This commit is contained in:
Tom Moor
2020-09-21 00:07:32 -07:00
parent 26b9566b96
commit d3d286b1be
2 changed files with 2 additions and 1 deletions

View File

@ -38,7 +38,7 @@ function Highlight({
}
const Mark = styled.mark`
background: ${(props) => props.theme.yellow};
background: ${(props) => props.theme.searchHighlight};
border-radius: 2px;
padding: 0 4px;
`;

View File

@ -26,6 +26,7 @@ const colors = {
yellow: "#FBCA04",
warmGrey: "#EDF2F7",
searchHighlight: "#FDEA9B",
danger: "#ff476f",
warning: "#f08a24",
success: "#2f3336",