Skip to content

Commit 0118c5c

Browse files
style(Search): fix css variable name for search modal background
1 parent 25999d8 commit 0118c5c

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
@@ -68,7 +68,7 @@ export const getSearchButtonStyles = (): ButtonProps => ({
6868
})
6969

7070
export const getSearchModalStyles = (): SystemStyleObject => ({
71-
"--docsearch-modal-background": "var(--eth-colors-background)",
71+
"--docsearch-modal-background": "var(--eth-colors-background-base)",
7272
"--docsearch-searchbox-height": "fit-content",
7373
"--docsearch-highlight-color": "var(--eth-colors-primary-hover)",
7474
"--docsearch-modal-width": "650px",

0 commit comments

Comments
 (0)