Skip to content

Commit 2330023

Browse files
committed
fix: use brand color in algolia search box
1 parent 0274129 commit 2330023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/theme-default/components/AlgoliaSearchBox.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ function initialize(userOptions: any) {
156156
}
157157
158158
.DocSearch {
159-
--docsearch-primary-color: #42b983;
159+
--docsearch-primary-color: var(--c-brand);
160160
--docsearch-highlight-color: var(--docsearch-primary-color);
161161
--docsearch-searchbox-shadow: inset 0 0 0 2px var(--docsearch-primary-color);
162162
--docsearch-text-color: var(--c-text-light);

0 commit comments

Comments
 (0)