mirror of
https://github.com/vector-im/element-call.git
synced 2026-03-28 06:50:26 +00:00
A couple of minor a11y fixes
Picked up by Axe
This commit is contained in:
@@ -48,6 +48,7 @@ export function CopyButton({
|
||||
className={className}
|
||||
onPress={setCopied}
|
||||
iconStyle={isCopied ? "stroke" : "fill"}
|
||||
aria-label={t("Copy")}
|
||||
>
|
||||
{isCopied ? (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user