From 861af193385d4c66a9af64791e83ca5ff9a59bc9 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Fri, 1 Sep 2023 00:00:00 +0100 Subject: [PATCH] build: apply dark default storybook background to reflect the default dark tailwind theme --- .storybook/preview.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/.storybook/preview.ts b/.storybook/preview.ts index d518684..d8fa4cc 100644 --- a/.storybook/preview.ts +++ b/.storybook/preview.ts @@ -2,6 +2,7 @@ import type { Preview } from "@storybook/svelte"; import '../src/app.css' const preview: Preview = { parameters: { + backgrounds: { default: 'dark' }, actions: { argTypesRegex: "^on[A-Z].*" }, controls: { matchers: {