accords-library.com/.storybook/manager.js

7 lines
141 B
JavaScript

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