Open soullivaneuh opened 7 months ago
When configuring the dark theme for storybook:
import type { Preview, } from '@storybook/react'; import { themes, } from '@storybook/theming'; const preview: Preview = { parameters: { // ... docs: { toc: true, theme: themes.dark, }, }, }; export default preview;
The html preview of the plugin is not respected:
Summary
When configuring the dark theme for storybook:
The html preview of the plugin is not respected: