A couple of minor a11y fixes
Picked up by Axe
This commit is contained in:
parent
cafac39733
commit
5c8562088d
2 changed files with 6 additions and 1 deletions
|
|
@ -48,6 +48,7 @@ export function CopyButton({
|
|||
className={className}
|
||||
onPress={setCopied}
|
||||
iconStyle={isCopied ? "stroke" : "fill"}
|
||||
aria-label={t("Copy")}
|
||||
>
|
||||
{isCopied ? (
|
||||
<>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue