thunderhub/.storybook/manager.js

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