codex-marketplace-ui-compon.../.storybook/manager.ts

8 lines
153 B
TypeScript
Raw Normal View History

2024-08-20 13:57:58 +00:00
import { addons } from '@storybook/manager-api';
import { themes } from '@storybook/theming';
addons.setConfig({
theme: {
...themes.dark,
},
});