Skip to content

Commit 93aeed5

Browse files
committed
Add storybook for Section Container Card
1 parent 989da66 commit 93aeed5

File tree

2 files changed

+843
-1
lines changed

2 files changed

+843
-1
lines changed

client/.storybook/preview.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ export const decorators = [
3535
<MemoryRouter initialEntries={["/"]}>
3636
<AppContext.Provider value={appContext}>
3737
<Provider store={store}>
38-
<Story />
38+
<div style={{ fontFamily: "Inter" }}>
39+
<Story />
40+
</div>
3941
</Provider>
4042
</AppContext.Provider>
4143
</MemoryRouter>
@@ -56,6 +58,7 @@ const preview: Preview = {
5658
viewMode: "docs",
5759
docs: {
5860
toc: true,
61+
inlineStories: true,
5962
},
6063
options: {
6164
storySort: {

0 commit comments

Comments
 (0)