Skip to content

Commit

Permalink
feat(storybook): add neutral-1 background
Browse files Browse the repository at this point in the history
  • Loading branch information
kripod committed Dec 9, 2023
1 parent beb6501 commit 7aba24d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .storybook/preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ export default {
name: "neutral-0",
value: "oklch(var(--color-neutral-0))",
},
{
name: "neutral-1",
value: "oklch(var(--color-neutral-1))",
},
],
grid: {
cellSize: 8,
Expand Down

0 comments on commit 7aba24d

Please sign in to comment.