mirror of
https://github.com/d0zingcat/nextjs-notion-starter-kit.git
synced 2026-05-13 23:16:47 +00:00
fix: dark mode for searchInput
This commit is contained in:
@@ -33,3 +33,8 @@ body {
|
||||
height: 1.2em !important;
|
||||
width: 1.2em !important;
|
||||
}
|
||||
|
||||
.searchInput {
|
||||
color: var(--fg-color);
|
||||
caret-color: var(--fg-color);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user