aboutsummaryrefslogtreecommitdiffstats
path: root/.storybook/themes/common.js
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2023-09-19 15:47:08 +0200
committerArmand Philippot <git@armandphilippot.com>2023-09-19 19:16:58 +0200
commit03331c44276ec56e9f235e4d5ee75030455a753f (patch)
treeb9248a7db3090e02bf38fe573f2ea973ed8a1561 /.storybook/themes/common.js
parent2faf2e34331703b3bdea3eb487cb8799c8d65377 (diff)
build(deps): bump all dependencies
* MDX type has changed so some components props had to be updated * Since Storybook now supports TS, I renamed the main/preview files
Diffstat (limited to '.storybook/themes/common.js')
-rw-r--r--.storybook/themes/common.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/.storybook/themes/common.js b/.storybook/themes/common.js
deleted file mode 100644
index 17619c2..0000000
--- a/.storybook/themes/common.js
+++ /dev/null
@@ -1,8 +0,0 @@
-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',
-};