InvokeAI/invokeai/frontend/web/.storybook/manager.ts

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
140 B
TypeScript
Raw Normal View History

2023-12-08 08:50:33 +00:00
import { addons } from '@storybook/manager-api';
import { themes } from '@storybook/theming';
addons.setConfig({
theme: themes.dark,
});