storybook/docs/_snippets/storybook-manager-dark-theme.md
2024-11-17 16:46:37 +00:00

215 B

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

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