chore: Fix storybook theming, again

This commit is contained in:
FoxxMD 2026-06-18 14:12:21 +00:00
parent ac5f34ea5f
commit 6ffb46a65a
2 changed files with 2 additions and 2 deletions

View file

@ -2,5 +2,5 @@ import { addons } from 'storybook/manager-api';
import { themes } from 'storybook/theming';
addons.setConfig({
//theme: themes.normal,
theme: themes.normal,
});

View file

@ -24,7 +24,7 @@ export default definePreview({
test: 'todo'
},
docs: {
//theme: themes.normal,
theme: themes.normal,
},
},