mirror of
https://github.com/zhigang1992/wallet.git
synced 2026-01-12 22:53:27 +08:00
feat: change caret color in seed phrase input
This commit is contained in:
@@ -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)'};
|
||||
`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user