Skip to content

Commit 12bdcd0

Browse files
committed
update font color
1 parent 0dfb241 commit 12bdcd0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/theme/SearchBar/index.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,9 @@ const kapaStyles = `
189189
.DocSearch-LoadingIndicator svg, .DocSearch-MagnifierLabel svg {
190190
color: var(--surface-brand-default);
191191
}
192+
.DocSearch-Hit-path {
193+
color: var(--tertiary-font-color);
194+
}
192195
`;
193196

194197
let DocSearchModal: typeof DocSearchModalType | null = null;

0 commit comments

Comments
 (0)