diff options
| author | Armand Philippot <git@armandphilippot.com> | 2022-05-22 17:39:39 +0200 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2022-05-22 17:39:39 +0200 |
| commit | 3ed7f185e82c0cc87c63b75dc8cddfecc5c608ce (patch) | |
| tree | b1b314cec900ebb3f671269f6fc9560242e90a0a /.storybook/main.js | |
| parent | 321dae4a47594af83269fa560b375965d7f35763 (diff) | |
chore(storybook): use custom themes and add dark mode support
Diffstat (limited to '.storybook/main.js')
| -rw-r--r-- | .storybook/main.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.storybook/main.js b/.storybook/main.js index bedbd0e..477b09e 100644 --- a/.storybook/main.js +++ b/.storybook/main.js @@ -11,6 +11,7 @@ const storybookConfig = { '@storybook/addon-essentials', '@storybook/addon-interactions', 'storybook-addon-next', + 'storybook-dark-mode', ], framework: '@storybook/react', core: { |
