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 e051a20 commit 6e44d78Copy full SHA for 6e44d78
.changeset/stupid-bikes-look.md
@@ -0,0 +1,5 @@
1
+---
2
+"@primer/react": patch
3
4
+
5
+ActionList v2 Divider: Make divider aria-hidden
src/ActionList2/Divider.tsx
@@ -12,7 +12,7 @@ export const Divider: React.FC<SxProp> = ({sx = {}}) => {
12
return (
13
<Box
14
as="li"
15
- role="separator"
+ aria-hidden="true"
16
sx={merge(
17
{
18
height: 1,
0 commit comments