remove storybook dark mode

This commit is contained in:
Benjamin Palko 2024-12-19 15:58:30 -05:00
parent a53512090a
commit 8164f292ac
3 changed files with 1 additions and 3 deletions

View file

@ -7,8 +7,7 @@ const config = {
'@storybook/addon-interactions',
'@storybook/addon-styling-webpack',
'@storybook/addon-svelte-csf',
'@storybook/addon-themes',
'storybook-dark-mode'
'@storybook/addon-themes'
],
framework: {
name: '@storybook/sveltekit',

BIN
bun.lockb

Binary file not shown.

View file

@ -45,7 +45,6 @@
"prettier-plugin-tailwindcss": "^0.6.5",
"prisma": "^6.0.1",
"storybook": "^8.4.7",
"storybook-dark-mode": "^4.0.2",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"tailwindcss": "^3.4.9",