This repository has been archived on 2025-09-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Netflix-Clone/.storybook/preview.js
2022-11-27 21:38:30 -05:00

23 lines
366 B
JavaScript

export const parameters = {
actions: { argTypesRegex: '^on[A-Z].*' },
controls: {
matchers: {
color: /(background|color)$/i,
date: /Date$/,
},
},
backgrounds: {
default: 'dark',
values: [
{
name: 'dark',
value: '#141414',
},
{
name: 'light',
value: '#fff',
},
],
},
}