Skip to content

Commit

Permalink
Storyの背景のグリッドサイズを調整
Browse files Browse the repository at this point in the history
  • Loading branch information
takusea committed Oct 27, 2024
1 parent 736e2c7 commit bf33cc4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .storybook/preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ const preview: Preview = {
value: "#333",
},
],
grid: {
cellSize: 8,
cellAmount: 4,
opacity: 0.1,
}

Check failure on line 60 in .storybook/preview.ts

View workflow job for this annotation

GitHub Actions / lint

Insert `,`
},
},
decorators: [
Expand Down

0 comments on commit bf33cc4

Please sign in to comment.