Skip to content

Commit ecfd6c8

Browse files
committed
Add theme
1 parent d115d14 commit ecfd6c8

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.storybook/manager.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import { addons } from '@storybook/addons';
2+
import theme from './theme';
3+
4+
addons.setConfig({
5+
theme: theme,
6+
});

.storybook/theme.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
import { create } from '@storybook/theming/create';
2+
3+
export default create({
4+
base: 'light',
5+
6+
brandTitle: 'React DSV Import',
7+
brandUrl: 'https://github.com/openscript/react-dsv-import',
8+
});

0 commit comments

Comments
 (0)