fbredius/storybook

View on GitHub
docs/snippets/common/storybook-preview-extended-theme-variables.js.mdx

Summary

Maintainability
Test Coverage
```js
addonActionsTheme: {
  ...chromeLight,
  BASE_FONT_FAMILY: typography.fonts.mono,
  BASE_BACKGROUND_COLOR: 'transparent',
}
```