diff --git a/examples/official-storybook/tests/__snapshots__/storyshots.test.js.snap b/examples/official-storybook/tests/__snapshots__/storyshots.test.js.snap index 909aa2542fd..f3f40f8d412 100644 --- a/examples/official-storybook/tests/__snapshots__/storyshots.test.js.snap +++ b/examples/official-storybook/tests/__snapshots__/storyshots.test.js.snap @@ -2123,6 +2123,21 @@ exports[`Storyshots Core|Parameters passed to story 1`] = ` "type": "tablet" } }, + "backgrounds": [ + { + "name": "storybook app", + "value": "#F6F9FC", + "default": true + }, + { + "name": "light", + "value": "#eeeeee" + }, + { + "name": "dark", + "value": "#222222" + } + ], "globalParameter": "globalParameter", "chapterParameter": "chapterParameter", "storyParameter": "storyParameter", diff --git a/lib/ui/src/components/panel/__snapshots__/panel.stories.storyshot b/lib/ui/src/components/panel/__snapshots__/panel.stories.storyshot index 12a04a490c5..bbc7fb4ce3b 100644 --- a/lib/ui/src/components/panel/__snapshots__/panel.stories.storyshot +++ b/lib/ui/src/components/panel/__snapshots__/panel.stories.storyshot @@ -208,79 +208,75 @@ exports[`Storyshots UI|Panel default 1`] = ` }