thunderhub/.storybook/manager.js

7 lines
137 B
JavaScript
Raw Normal View History

2020-01-26 09:57:59 +01:00
import { addons } from '@storybook/addons';
import { themes } from '@storybook/theming';
addons.setConfig({
theme: themes.dark,
});