Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .storybook/manager.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import {addons} from '@storybook/addons';
import {create} from '@storybook/theming';
import {colorSkyLight, colorInk} from '@shopify/polaris-tokens';

addons.setConfig({
panelPosition: 'bottom',
Expand All @@ -10,10 +9,5 @@ addons.setConfig({
brandUrl: '/',
brandImage: null,
appBorderRadius: 0,
appBg: colorSkyLight,
contentBg: colorSkyLight,
textColor: colorInk,
// TODO more pretty brand colors?
// SEE https://github.com/storybooks/storybook/blob/next/docs/src/pages/configurations/theming/index.md
}),
});
1 change: 1 addition & 0 deletions UNRELEASED.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ Use [the changelog guidelines](/documentation/Versioning%20and%20changelog.md) t
- Cleaned up Button styling and $button-filled mixin([#4635](https://github.com/Shopify/polaris-react/pull/4635))
- Removed `rem()` function from `tokens.ts` ([#4695](https://github.com/Shopify/polaris-react/pull/4695))
- Remove unnecessary import of `Tokens` in `Collapsible` test ([#4722](https://github.com/Shopify/polaris-react/pull/4722))
- Remove legacy tokens and use default theme for `.storybook/manager.js` ([#4729](https://github.com/Shopify/polaris-react/pull/4729))

### Deprecations

Expand Down