Skip to content

Commit

Permalink
chore: updating storybook theme
Browse files Browse the repository at this point in the history
  • Loading branch information
jaclynjessup committed Oct 15, 2024
1 parent 55250dd commit f4139c5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .storybook/manager.js
Original file line number Diff line number Diff line change
@@ -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,
});
6 changes: 4 additions & 2 deletions .storybook/theme.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f4139c5

Please sign in to comment.