Skip to content

Commit 95b8022

Browse files
committed
🤖 fix: set default Storybook theme to dark to prevent CI flakiness
1 parent cf2e5e2 commit 95b8022

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.storybook/preview.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ const preview: Preview = {
6868
theme: {
6969
name: "Theme",
7070
description: "Choose between light and dark UI themes",
71+
defaultValue: "dark",
7172
toolbar: {
7273
icon: "mirror",
7374
items: [

0 commit comments

Comments
 (0)