From f6462dd96cfaa47501ab78ed115f9d67bf39f4b6 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sun, 26 Apr 2026 17:42:12 +0200 Subject: [PATCH] Refactoring --- libs/ui/.storybook/preview.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/ui/.storybook/preview.js b/libs/ui/.storybook/preview.js index 6bb368c1d..e8e2fe282 100644 --- a/libs/ui/.storybook/preview.js +++ b/libs/ui/.storybook/preview.js @@ -3,11 +3,11 @@ import { withThemeByClassName } from '@storybook/addon-themes'; const preview = { decorators: [ withThemeByClassName({ - defaultTheme: 'light', + defaultTheme: 'Light', parentSelector: 'body', themes: { - dark: 'theme-dark', - light: 'theme-light' + Dark: 'theme-dark', + Light: 'theme-light' } }) ]