renatomoor / storybook-tailwind-dark-mode

MIT License
20 stars 16 forks source link

fix: use html instead of #storybook-root as class selector #21

Closed gfpacheco closed 1 year ago

gfpacheco commented 1 year ago

This allows us to use this custom preview body and have true dark mode:

.storybook/preview-body.html

<body class="dark:bg-slate-900"></body>