Skip to content

Commit b578074

Browse files
committed
improve visibility of searchbar
1 parent e326132 commit b578074

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/theme/SearchBar/styles.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
border: 1px solid var(--click-color-stroke) !important;
1616
background: var(--click-color-field-background);
1717
}
18+
19+
[data-theme="light"] .DocSearch-Button {
20+
background-color: rgb(250, 250, 250);
21+
color: black;
22+
}
1823
.DocSearch-Button-Placeholder {
1924
font-size: inherit;
2025
}

0 commit comments

Comments
 (0)