Skip to content

Commit 895eae1

Browse files
authored
Merge pull request #10594 from TylerAPfledderer/fix/doc-search-semantic-syntax
fix(Search/utils): update semantic syntax for highlighted search results
2 parents c41ad2d + bab14d6 commit 895eae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Search/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ export const getSearchModalStyles = (): SystemStyleObject => ({
133133
py: 3,
134134
},
135135
'&[aria-selected="true"] a': {
136-
"--docsearch-hit-active-color": "colors.background",
136+
"--docsearch-hit-active-color": "colors.background.base",
137137
bg: "primary.hover",
138138
boxShadow: `4px 4px 0 0 var(--eth-colors-primary-light)`,
139139
borderColor: "transparent",

0 commit comments

Comments
 (0)