Add backgrounds for stories to be our greyish color and a white & remove black

This commit is contained in:
Warren Buckley
2023-03-02 10:43:04 +00:00
parent f7843b5915
commit 9083582d8c

View File

@@ -108,6 +108,19 @@ export const parameters = {
global: handlers,
},
},
backgrounds: {
default: 'Greyish',
values: [
{
name: 'Greyish',
value: '#F3F3F5',
},
{
name: 'White',
value: '#ffffff',
},
],
},
};
setCustomElements(customElementManifests);