Skip to content

Commit bab14d6

Browse files
fix(Search/utils): update semantic syntax for highlighted search results
1 parent c4c9266 commit bab14d6

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)