Browse Source

build: apply dark default storybook background

to reflect the default dark tailwind theme
master
DanConwayDev 3 years ago
parent
commit
861af19338
No known key found for this signature in database
GPG Key ID: 68E15486D73F75E1
  1. 1
      .storybook/preview.ts

1
.storybook/preview.ts

@ -2,6 +2,7 @@ import type { Preview } from "@storybook/svelte"; @@ -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: {

Loading…
Cancel
Save