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.
1 parent 25999d8 commit 0118c5cCopy full SHA for 0118c5c
src/components/Search/utils.ts
@@ -68,7 +68,7 @@ export const getSearchButtonStyles = (): ButtonProps => ({
68
})
69
70
export const getSearchModalStyles = (): SystemStyleObject => ({
71
- "--docsearch-modal-background": "var(--eth-colors-background)",
+ "--docsearch-modal-background": "var(--eth-colors-background-base)",
72
"--docsearch-searchbox-height": "fit-content",
73
"--docsearch-highlight-color": "var(--eth-colors-primary-hover)",
74
"--docsearch-modal-width": "650px",
0 commit comments