v3/packages/design-system/.storybook/manager.js

6 lines
135 B
JavaScript

import { addons } from '@storybook/addons';
import { roleypolyTheme } from './theme';
addons.setConfig({
theme: roleypolyTheme,
});