From a400f6dcca0cd32fc0c89a83989cb69af34826a0 Mon Sep 17 00:00:00 2001 From: Dominik Stumpf Date: Tue, 9 Jul 2024 22:45:28 +0200 Subject: [PATCH] chore: change default theme to dark --- .storybook/preview.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.storybook/preview.ts b/.storybook/preview.ts index 7aafcc0a47..c45562b465 100644 --- a/.storybook/preview.ts +++ b/.storybook/preview.ts @@ -22,7 +22,7 @@ const preview: Preview = { light: "", dark: "dark", }, - defaultTheme: "light", + defaultTheme: "dark", attributeName: "data-theme", }), ],