mirror of
https://github.com/logos-storage/logos-storage-marketplace-ui-components.git
synced 2026-01-04 06:23:07 +00:00
8 lines
153 B
TypeScript
8 lines
153 B
TypeScript
|
|
import { addons } from '@storybook/manager-api';
|
||
|
|
import { themes } from '@storybook/theming';
|
||
|
|
|
||
|
|
addons.setConfig({
|
||
|
|
theme: {
|
||
|
|
...themes.dark,
|
||
|
|
},
|
||
|
|
});
|