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

206 B

import { addons } from '@storybook/manager-api';
import yourTheme from './YourTheme';

addons.setConfig({
  theme: yourTheme,
});