Skip to content

Commit

Permalink
Merge branch 'main' into feat/color-palette-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ergusto committed Oct 24, 2023
2 parents a8fd161 + f0290db commit ce49f45
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .storybook/manager.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import { addons } from '@storybook/manager-api';
import theme from './theme';

addons.setConfig({
theme,
});
6 changes: 6 additions & 0 deletions .storybook/theme.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import { create } from '@storybook/theming/create';

export default create({
base: 'light',
brandTitle: 'NearForm Quantum'
});

0 comments on commit ce49f45

Please sign in to comment.