Add backgrounds for stories to be our greyish color and a white & remove black
This commit is contained in:
@@ -108,6 +108,19 @@ export const parameters = {
|
||||
global: handlers,
|
||||
},
|
||||
},
|
||||
backgrounds: {
|
||||
default: 'Greyish',
|
||||
values: [
|
||||
{
|
||||
name: 'Greyish',
|
||||
value: '#F3F3F5',
|
||||
},
|
||||
{
|
||||
name: 'White',
|
||||
value: '#ffffff',
|
||||
},
|
||||
],
|
||||
},
|
||||
};
|
||||
|
||||
setCustomElements(customElementManifests);
|
||||
|
||||
Reference in New Issue
Block a user