feat: change caret color in seed phrase input

This commit is contained in:
alter-eggo
2023-07-10 21:59:48 +04:00
committed by Anastasios
parent 6929ada83f
commit 8fc248cf0c

View File

@@ -66,6 +66,7 @@ export function SignIn() {
isKeyMasked &&
css`
color: transparent;
caret-color: ${color('text-body')};
${form.values.secretKey && 'text-shadow: 0 0 8px rgba(0, 0, 0, 0.8)'};
`
}