From ddf63925f789a42727e38f065f51dc54996857ea Mon Sep 17 00:00:00 2001 From: amcdnl Date: Thu, 1 Jun 2023 11:31:01 -0400 Subject: [PATCH] forgot to save --- .storybook/manager.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.storybook/manager.ts b/.storybook/manager.ts index 5804d21..d6f5e0f 100644 --- a/.storybook/manager.ts +++ b/.storybook/manager.ts @@ -1,6 +1,6 @@ -import { themes } from '@storybook/theming/create'; import { addons } from '@storybook/addons'; +import theme from './theme'; addons.setConfig({ - theme: themes.dark + theme });