diff options
| author | Armand Philippot <git@armandphilippot.com> | 2022-05-22 17:39:39 +0200 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2022-05-22 17:39:39 +0200 |
| commit | 3ed7f185e82c0cc87c63b75dc8cddfecc5c608ce (patch) | |
| tree | b1b314cec900ebb3f671269f6fc9560242e90a0a /.storybook/themes/common.js | |
| parent | 321dae4a47594af83269fa560b375965d7f35763 (diff) | |
chore(storybook): use custom themes and add dark mode support
Diffstat (limited to '.storybook/themes/common.js')
| -rw-r--r-- | .storybook/themes/common.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.storybook/themes/common.js b/.storybook/themes/common.js new file mode 100644 index 0000000..17619c2 --- /dev/null +++ b/.storybook/themes/common.js @@ -0,0 +1,8 @@ +export const brand = { + title: 'Design system', +}; + +export const fontFamilies = { + mono: '"Cousine", "Liberation Mono", "DejaVu Sans Mono", "Courier New", monospace', + primary: '"Inter", "Liberation Sans", Arial, sans-serif', +}; |
