overleaf/services/web/.storybook/manager.js

7 lines
131 B
JavaScript
Raw Normal View History

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