Skip to content

Commit

Permalink
feat: change caret color in seed phrase input
Browse files Browse the repository at this point in the history
  • Loading branch information
alter-eggo committed Jul 11, 2023
1 parent 6929ada commit 8fc248c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/pages/onboarding/sign-in/sign-in.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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)'};
`
}
Expand Down

0 comments on commit 8fc248c

Please sign in to comment.