@ -3,12 +3,12 @@ import { withThemeByClassName } from '@storybook/addon-themes';
const preview = {
decorators: [
withThemeByClassName({
themes: {
light: 'theme-light',
dark: 'theme-dark'
},
defaultTheme: 'light',
parentSelector: 'body'
parentSelector: 'body',
dark: 'theme-dark',
light: 'theme-light'
}
})
]
};
@ -125,7 +125,7 @@
"@nx/workspace": "22.6.5",
"@schematics/angular": "21.2.6",
"@storybook/addon-docs": "10.1.10",
"@storybook/addon-themes": "^10.1.10",
"@storybook/addon-themes": "10.1.10",
"@storybook/angular": "10.1.10",
"@trivago/prettier-plugin-sort-imports": "6.0.2",
"@types/big.js": "6.2.2",
@ -170,7 +170,7 @@