diff --git a/.storybook/manager.js b/.storybook/manager.js index c65e820113..14a466f3ca 100644 --- a/.storybook/manager.js +++ b/.storybook/manager.js @@ -1,6 +1,6 @@ -import {addons} from '@storybook/preview-api'; -import theme from './theme'; +import { addons } from '@storybook/manager-api'; +import canvasTheme from './theme'; addons.setConfig({ - theme, + theme: canvasTheme, }); diff --git a/.storybook/theme.js b/.storybook/theme.js index 74460ccd2d..2b25a3b379 100644 --- a/.storybook/theme.js +++ b/.storybook/theme.js @@ -8,12 +8,14 @@ export default create({ mainTextFace: fontFamily, mainBackground: commonColors.backgroundAlt, brandTitle: ` -
+
+
- v${version} +
+ v${version}
`, barSelectedColor: "#0875e1", background: {