File size: 140 Bytes
8a37e0a
 
 
 
 
 
1
2
3
4
5
6
7
import { addons } from '@storybook/manager-api';
import { themes } from '@storybook/theming';

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