Skip to content

Commit

Permalink
chore: change default theme to dark
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-stumpf committed Jul 9, 2024
1 parent a525c4b commit a400f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .storybook/preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const preview: Preview = {
light: "",
dark: "dark",
},
defaultTheme: "light",
defaultTheme: "dark",
attributeName: "data-theme",
}),
],
Expand Down

0 comments on commit a400f6d

Please sign in to comment.