fix(app): session screen accessibility improvements (#9907)
This commit is contained in:
parent
8a043edfd5
commit
3435327bc0
19 changed files with 120 additions and 75 deletions
|
|
@ -103,6 +103,7 @@ export function TextField(props: TextFieldProps) {
|
|||
variant="ghost"
|
||||
onClick={handleCopy}
|
||||
data-slot="input-copy-button"
|
||||
aria-label={copied() ? i18n.t("ui.textField.copied") : i18n.t("ui.textField.copyToClipboard")}
|
||||
/>
|
||||
</Tooltip>
|
||||
</Show>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue