Skip to content

Commit 94ed684

Browse files
committed
add accessibility outline properties to the custom properties overview
1 parent 603a952 commit 94ed684

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/configuration/stories/customproperties.stories.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ const groups: { title: string; filterName: (name: string) => boolean }[] = [
3434
title: "Color aliases",
3535
filterName: (name) => name.startsWith(`--${eccgui}-color`) && !name.startsWith(`--${eccgui}-color-palette`),
3636
},
37+
{
38+
title: "Accessibility",
39+
filterName: (name) => name.startsWith(`--${eccgui}-a11y`),
40+
},
3741
{
3842
title: "Opacity",
3943
filterName: (name) => name.startsWith(`--${eccgui}-opacity`),

0 commit comments

Comments
 (0)