The Node.js® Website
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: attempt to fix dark/light mode

+2 -5
+1 -4
.storybook/main.ts
··· 15 15 disableTelemetry: true, 16 16 builder: { 17 17 name: '@storybook/builder-webpack5', 18 - options: { 19 - fsCache: true, 20 - lazyCompilation: true, 21 - }, 18 + options: { lazyCompilation: true }, 22 19 }, 23 20 }, 24 21 framework: { name: '@storybook/nextjs', options: {} },
+1 -1
.storybook/preview.tsx
··· 31 31 ), 32 32 withThemeByDataAttribute<ReactRenderer>({ 33 33 themes: { 34 - light: 'light', 34 + light: '', 35 35 dark: 'dark', 36 36 }, 37 37 defaultTheme: 'light',