chore: Use system theme for storybook

This commit is contained in:
FoxxMD
2026-06-18 14:05:36 +00:00
parent 1244e0ee3e
commit 76b4606d17
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,5 +2,5 @@ import { addons } from 'storybook/manager-api';
import { themes } from 'storybook/theming';
addons.setConfig({
theme: themes.dark,
//theme: themes.normal,
});
+1 -1
View File
@@ -24,7 +24,7 @@ export default definePreview({
test: 'todo'
},
docs: {
theme: themes.dark,
//theme: themes.normal,
},
},