We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c41ad2d + bab14d6 commit 895eae1Copy full SHA for 895eae1
src/components/Search/utils.ts
@@ -133,7 +133,7 @@ export const getSearchModalStyles = (): SystemStyleObject => ({
133
py: 3,
134
},
135
'&[aria-selected="true"] a': {
136
- "--docsearch-hit-active-color": "colors.background",
+ "--docsearch-hit-active-color": "colors.background.base",
137
bg: "primary.hover",
138
boxShadow: `4px 4px 0 0 var(--eth-colors-primary-light)`,
139
borderColor: "transparent",
0 commit comments