We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7689246 commit fb1b33fCopy full SHA for fb1b33f
.storybook/preview.ts
@@ -2,6 +2,7 @@ import type { Preview } from '@storybook/react-vite'
2
import { withThemeByClassName } from '@storybook/addon-themes'
3
// @ts-expect-error TS2307 - not a module
4
import '../src/styles/global.css'
5
+import './storybook.css'
6
7
const preview: Preview = {
8
parameters: {
.storybook/storybook.css
@@ -0,0 +1,5 @@
1
+/* https://github.com/storybookjs/storybook/issues/26242 */
+.docs-story {
+ background-color: var(--background);
+ color: var(--foreground);
+}
0 commit comments