Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Commit 5a71141

Browse files
committed
feat(ui/storybook-host): change order of controls and accessibility tab
1 parent 6a38a85 commit 5a71141

File tree

1 file changed

+3
-2
lines changed
  • libs/storybook-host/.storybook

1 file changed

+3
-2
lines changed

libs/storybook-host/.storybook/main.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ const config: StorybookConfig = {
2121
'@storybook/addon-themes',
2222
// Portrait. Toggle only Preview Background. Not affected by other two, use to 'lock' the background.
2323
'@storybook/addon-backgrounds',
24-
// Person inside circle icon. Also 'Accessibility' tab to action bar
25-
'@storybook/addon-a11y',
2624

2725
// --------------- ACTION BAR ---------------
2826
// https://storybook.js.org/docs/essentials/controls
@@ -34,6 +32,9 @@ const config: StorybookConfig = {
3432
// renderTarget: 'canvas' | 'tab'
3533
},
3634
},
35+
// Person inside circle icon. Also 'Accessibility' tab to action bar
36+
'@storybook/addon-a11y',
37+
3738
// https://storybook.js.org/docs/essentials/actions
3839
'@storybook/addon-actions',
3940
// https://storybook.js.org/docs/essentials/interactions

0 commit comments

Comments
 (0)