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 = {
decorators: [
withThemeByClassName({
defaultTheme: 'light',
defaultTheme: 'Light',
parentSelector: 'body',
themes: {
dark: 'theme-dark',
light: 'theme-light'
Dark: 'theme-dark',
Light: 'theme-light'
}
})
]

Loading…
Cancel
Save