mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-23 19:49:56 +01:00
web: fix autocomplete caret color in all inputs (#2073)
Signed-off-by: Abdulrehman-Jafer <abdulrehmanjaferwork01233@gmail.com>
This commit is contained in:
committed by
GitHub
parent
01387bae94
commit
7359e23b65
@@ -29,7 +29,7 @@ const defaultVariant: ThemeUIStyleObject = {
|
||||
color: "text",
|
||||
":-webkit-autofill": {
|
||||
WebkitTextFillColor: "var(--text)",
|
||||
caretColor: "red",
|
||||
caretColor: "var(--text)",
|
||||
fontSize: "inherit"
|
||||
},
|
||||
":focus": {
|
||||
|
||||
Reference in New Issue
Block a user