From 3ed7f185e82c0cc87c63b75dc8cddfecc5c608ce Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Sun, 22 May 2022 17:39:39 +0200 Subject: chore(storybook): use custom themes and add dark mode support --- .storybook/themes/common.js | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .storybook/themes/common.js (limited to '.storybook/themes/common.js') 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', +}; -- cgit v1.2.3