Skip to content

Commit 95574ca

Browse files
committed
Fix placeholder color for search in dark mode
1 parent 7003728 commit 95574ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus/src/scss/custom-search-bar.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@
335335
color: var(--strapi-dark-100);
336336

337337
.docsearch-btn-placeholder {
338-
color: var(--strapi-dark-100);
338+
color: var(--strapi-neutral-400);
339339
}
340340

341341
&:hover {

0 commit comments

Comments
 (0)