thunderhub/.storybook/manager.js
2020-01-26 11:27:23 +01:00

7 lines
165 B
JavaScript

import { addons } from '@storybook/addons';
import { themes } from '@storybook/theming';
addons.setConfig({
theme: themes.dark,
panelPosition: 'right',
});