Skip to content

Commit a654952

Browse files
fix(Search): typo
1 parent 7c8d788 commit a654952

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
@@ -156,7 +156,7 @@ export const getSearchModalStyles = (): SystemStyleObject => ({
156156
"--docsearch-footer-height": "space.10",
157157
"--docsearch-logo-color": "colors.body.light",
158158
"--docsearch-footer-shadow": "none",
159-
bg: "primary.owContrast",
159+
bg: "primary.lowContrast",
160160
borderTop: "2px",
161161
borderColor: "primary.base",
162162
},

0 commit comments

Comments
 (0)