Skip to content

Commit

Permalink
Global Styles: Fix a11y issue in ItemGroup
Browse files Browse the repository at this point in the history
  • Loading branch information
im3dabasia committed Jan 13, 2025
1 parent ad8bdfe commit 8629f0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ export default function BorderPanel( {
</BaseControl.VisualLabel>
) : null }

<ItemGroup isBordered isSeparated>
<ItemGroup isBordered isSeparated role="none">
<ShadowPopover
shadow={ shadow }
onShadowChange={ setShadow }
Expand Down

0 comments on commit 8629f0b

Please sign in to comment.