diff --git a/src/Umbraco.Web.UI.Client/.storybook/preview.js b/src/Umbraco.Web.UI.Client/.storybook/preview.js index 9f9a472f4c..8f05c5ff07 100644 --- a/src/Umbraco.Web.UI.Client/.storybook/preview.js +++ b/src/Umbraco.Web.UI.Client/.storybook/preview.js @@ -108,6 +108,19 @@ export const parameters = { global: handlers, }, }, + backgrounds: { + default: 'Greyish', + values: [ + { + name: 'Greyish', + value: '#F3F3F5', + }, + { + name: 'White', + value: '#ffffff', + }, + ], + }, }; setCustomElements(customElementManifests);