mirror of
https://github.com/invoke-ai/InvokeAI
synced 2025-07-25 12:55:55 +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,
|
|
});
|