Skip to content

Commit 582e3ac

Browse files
committed
Storybook theming
1 parent 80b579d commit 582e3ac

27 files changed

+41
-26
lines changed

.storybook/manager.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
import { addons } from '@storybook/addons';
2+
import { create } from '@storybook/theming';
3+
4+
addons.setConfig({
5+
theme: create({
6+
brandTitle: 'React Activity Calendar',
7+
brandUrl: 'https://github.com/grubersjoe/react-activity-calendar',
8+
}),
9+
});

docs/0.1db6407b6f251cb99757.manager.bundle.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/0.6b8ce9159ea201799214.manager.bundle.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/1.08e48cd2b295b33abac5.manager.bundle.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)