mirror of
https://github.com/projectstorm/react-diagrams.git
synced 2026-03-13 09:50:09 +08:00
fixes
This commit is contained in:
@@ -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,
|
||||
});
|
||||
7
diagrams-demo-gallery/.storybook/theme.js
Normal file
7
diagrams-demo-gallery/.storybook/theme.js
Normal 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'
|
||||
});
|
||||
Reference in New Issue
Block a user