Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
carysmills committed Nov 30, 2024
1 parent 3932801 commit e2dd189
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .storybook/manager.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
import {addons} from '@storybook/manager-api';
import { themes } from '@storybook/theming';
import {addons} from '@storybook/addons';
import theme from './theme';

addons.setConfig({
base: themes.dark,
brandTitle: 'Polaris-Viz',
brandUrl: 'https://github.com/Shopify/polaris-viz',
brandImage: logo,
fontBase:
"Inter, -apple-system, 'system-ui', 'San Francisco', 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif",
fontCode: "Monaco, Consolas, 'Lucida Console', monospace"
theme,
});

0 comments on commit e2dd189

Please sign in to comment.