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' } }) ]