Skip to content

Commit 8d0dec5

Browse files
committed
update themings
1 parent 4cb37fd commit 8d0dec5

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/theme/SearchBar/index.tsx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,13 +124,15 @@ const kapaStyles = `
124124
transform: translateX(-50%);
125125
}
126126
}
127-
.DocSearch-Dropdown {
128-
display: flex;
129-
flex-direction: column;
127+
.DocSearch-Modal {
130128
--docsearch-highlight-color: var(--surface-brand-default) !important;
131129
--docsearch-soft-primary-color: transparent !important;
132130
--docsearch-hit-highlight-color: #0096881a !important;
133131
}
132+
.DocSearch-Dropdown {
133+
display: flex;
134+
flex-direction: column;
135+
}
134136
135137
.DocSearch-Dropdown-Container {
136138
order: 0;

0 commit comments

Comments
 (0)