Browse Source

Refactoring

pull/6782/head
Thomas Kaul 4 weeks ago
parent
commit
f6462dd96c
  1. 6
      libs/ui/.storybook/preview.js

6
libs/ui/.storybook/preview.js

@ -3,11 +3,11 @@ import { withThemeByClassName } from '@storybook/addon-themes';
const preview = { const preview = {
decorators: [ decorators: [
withThemeByClassName({ withThemeByClassName({
defaultTheme: 'light', defaultTheme: 'Light',
parentSelector: 'body', parentSelector: 'body',
themes: { themes: {
dark: 'theme-dark', Dark: 'theme-dark',
light: 'theme-light' Light: 'theme-light'
} }
}) })
] ]

Loading…
Cancel
Save