storybook/docs/_snippets/storybook-manager-dark-theme.md
2024-06-13 17:53:08 +01:00

216 B

import { addons } from '@storybook/manager-api';
import { themes } from '@storybook/theming';

addons.setConfig({
  theme: themes.dark,
});