From d0977cb5934e8c133f3abd16bf045cd021c25827 Mon Sep 17 00:00:00 2001 From: Pete Watters <2938440+pete-watters@users.noreply.github.com> Date: Mon, 18 Dec 2023 12:31:45 +0000 Subject: [PATCH] chore: improve display of lock screen, closes #4606 --- src/app/components/request-password.tsx | 6 +++--- src/app/components/secret-key/two-column.layout.tsx | 4 +++- .../onboarding/set-password/components/password-field.tsx | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/app/components/request-password.tsx b/src/app/components/request-password.tsx index 1cca4ecdea0..c9c42010869 100644 --- a/src/app/components/request-password.tsx +++ b/src/app/components/request-password.tsx @@ -62,7 +62,7 @@ export function RequestPassword({ title, caption, onSuccess }: RequestPasswordPr > {title} - + {(isRunning && waitingMessage) || caption} @@ -78,7 +78,7 @@ export function RequestPassword({ title, caption, onSuccess }: RequestPasswordPr > Your password - + - {error && {error}} + {error && {error}} - {leftColumn} + + {leftColumn} + - Password strength: + Password strength: {field.value ? strengthText : '—'}