Skip to content

Commit 587a87f

Browse files
authored
chore: Storybook sidebar theme (#2987)
Updating the Storybook Theme & CK logo slightly [category:Documentation]
1 parent 55250dd commit 587a87f

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.storybook/manager.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import {addons} from '@storybook/preview-api';
2-
import theme from './theme';
1+
import { addons } from '@storybook/manager-api';
2+
import canvasTheme from './theme';
33

44
addons.setConfig({
5-
theme,
5+
theme: canvasTheme,
66
});

.storybook/theme.js

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)