storybook/docs/snippets/common/storybook-preview-extended-theme-variables.js.mdx
2020-08-09 01:41:24 +01:00

7 lines
133 B
Plaintext

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