storybook/docs/snippets/common/storybook-preview-extended-theme-variables.js.mdx
2020-10-07 12:23:34 +08:00

7 lines
133 B
Plaintext

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