Skip to content

Commit

Permalink
Merge pull request #10594 from TylerAPfledderer/fix/doc-search-semant…
Browse files Browse the repository at this point in the history
…ic-syntax

fix(Search/utils): update semantic syntax for highlighted search results
  • Loading branch information
corwintines authored Jul 4, 2023
2 parents c41ad2d + bab14d6 commit 895eae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Search/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export const getSearchModalStyles = (): SystemStyleObject => ({
py: 3,
},
'&[aria-selected="true"] a': {
"--docsearch-hit-active-color": "colors.background",
"--docsearch-hit-active-color": "colors.background.base",
bg: "primary.hover",
boxShadow: `4px 4px 0 0 var(--eth-colors-primary-light)`,
borderColor: "transparent",
Expand Down

0 comments on commit 895eae1

Please sign in to comment.