storybook dark mode

This commit is contained in:
Benjamin Palko 2024-12-09 15:28:58 -05:00
parent a97d9313a7
commit 9c267b973f
3 changed files with 4 additions and 2 deletions

View file

@ -5,7 +5,8 @@ const config = {
'@storybook/addon-svelte-csf', '@storybook/addon-svelte-csf',
'@storybook/addon-essentials', '@storybook/addon-essentials',
'@chromatic-com/storybook', '@chromatic-com/storybook',
'@storybook/addon-interactions' '@storybook/addon-interactions',
'storybook-dark-mode'
], ],
framework: { framework: {
name: '@storybook/sveltekit', name: '@storybook/sveltekit',

BIN
bun.lockb

Binary file not shown.

View file

@ -48,6 +48,7 @@
"vitest": "^2.0.4" "vitest": "^2.0.4"
}, },
"dependencies": { "dependencies": {
"@tailwindcss/typography": "^0.5.15" "@tailwindcss/typography": "^0.5.15",
"storybook-dark-mode": "^4.0.2"
} }
} }