Skip to content

Commit 063b0e5

Browse files
committed
fix(theme): override docsearch button bg
fixes #2735
1 parent 3840eaa commit 063b0e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/client/theme-default/components/VPNavBarSearchButton.vue

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ defineProps<{
3939
--docsearch-text-color: var(--vp-c-text-1);
4040
--docsearch-muted-color: var(--vp-c-text-2);
4141
--docsearch-searchbox-shadow: none;
42+
--docsearch-searchbox-background: transparent;
4243
--docsearch-searchbox-focus-background: transparent;
4344
--docsearch-key-gradient: transparent;
4445
--docsearch-key-shadow: none;

0 commit comments

Comments
 (0)