Skip to content

Commit 1de5be9

Browse files
authored
fix: dark mode for searchInput
1 parent 238e4bb commit 1de5be9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

styles/global.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,8 @@ body {
3333
height: 1.2em !important;
3434
width: 1.2em !important;
3535
}
36+
37+
.searchInput {
38+
color: var(--fg-color);
39+
caret-color: var(--fg-color);
40+
}

0 commit comments

Comments
 (0)