We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4750338 commit 7d4c031Copy full SHA for 7d4c031
packages/notifications/src/elements/content/Close.tsx
@@ -20,7 +20,7 @@ export const Close = React.forwardRef<HTMLButtonElement, ButtonHTMLAttributes<HT
20
const hue = useNotificationsContext();
21
22
return (
23
- <StyledClose ref={ref} hue={hue} aria-label={ariaLabel} {...props}>
+ <StyledClose ref={ref} hue={hue} aria-label={ariaLabel} {...props} aria-hidden>
24
<XStrokeIcon />
25
</StyledClose>
26
);
0 commit comments