mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 02:10:12 +01:00
b6487f08b7
The `@storybook/addon-backgrounds' addon has been added, which allows changing the component preview background. By default no background colors are defined, though there is a helpful grid button. A "light" and "dark" background option has been added globally. Additional story-specific backgrounds or global backgrounds can be added later if necessary.
9 lines
188 B
JavaScript
9 lines
188 B
JavaScript
module.exports = {
|
|
stories: ['../ui/app/components/**/*.stories.js'],
|
|
addons: [
|
|
'@storybook/addon-knobs',
|
|
'@storybook/addon-actions',
|
|
'@storybook/addon-backgrounds'
|
|
],
|
|
}
|