thunderhub/.storybook/manager.js

8 lines
161 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,
panelPosition: 'right',
2020-01-26 09:57:59 +01:00
});