Skip to content

Commit 940b43b

Browse files
committed
update backgrounds
1 parent 8d0dec5 commit 940b43b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/theme/SearchBar/index.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,11 @@ const kapaStyles = `
127127
.DocSearch-Modal {
128128
--docsearch-highlight-color: var(--surface-brand-default) !important;
129129
--docsearch-soft-primary-color: transparent !important;
130-
--docsearch-hit-highlight-color: #0096881a !important;
130+
--docsearch-hit-highlight-color:rgba(0, 150, 136, 0.1) !important;
131+
background: var(--surface-primary);
132+
}
133+
.DocSearch-Hit-source {
134+
background: var(--surface-primary);
131135
}
132136
.DocSearch-Dropdown {
133137
display: flex;

0 commit comments

Comments
 (0)