This commit is contained in:
Dylan Vorster
2021-03-12 23:55:45 +02:00
parent 2f366d21f7
commit 4f3df60758
6 changed files with 9 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
import { addons } from '@storybook/addons';
import { themes } from '@storybook/theming';
import diagramsTheme from "./theme";
addons.setConfig({
theme: themes.dark,
theme: diagramsTheme,
});

View File

@@ -0,0 +1,7 @@
import { create } from '@storybook/theming';
export default create({
base: 'dark',
brandTitle: 'STORM React Diagrams',
brandUrl: 'https://github.com/projectstorm/react-diagrams'
});