fix(a11y): add labels to unlabeled form inputs\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

This commit is contained in:
Lotus Bot
2026-05-21 13:40:35 -04:00
parent d1c49a1738
commit 8e62dec419
5 changed files with 8 additions and 2 deletions
+2
View File
@@ -80,6 +80,7 @@ export function SecretStorageRecoveryPassphrase({
<Text size="L400">Recovery Passphrase</Text>
<PasswordInput
name="recoveryPassphraseInput"
aria-label="Recovery passphrase"
size="400"
variant="Secondary"
radii="300"
@@ -170,6 +171,7 @@ export function SecretStorageRecoveryKey({
<Text size="L400">Recovery Key</Text>
<PasswordInput
name="recoveryKeyInput"
aria-label="Recovery key"
size="400"
variant="Secondary"
radii="300"