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

205 B

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

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