Skip to content

Commit 3afadbf

Browse files
committed
Fix storybook styling
1 parent 90a306d commit 3afadbf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.storybook/preview.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import type { Preview } from "@storybook/react";
2+
import "./index.css";
23

34
// function to get user dark mode
45
const getDarkMode = () => {

0 commit comments

Comments
 (0)