storybook/docs/snippets/common/storybook-preview-extended-theme-variables.js.mdx
2022-11-17 16:33:22 +01:00

8 lines
134 B
Plaintext

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