mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
7 lines
140 B
TypeScript
7 lines
140 B
TypeScript
import { addons } from '@storybook/manager-api';
|
|
import { themes } from '@storybook/theming';
|
|
|
|
addons.setConfig({
|
|
theme: themes.dark,
|
|
});
|