Skip to content

Commit

Permalink
Merge pull request #1524 from narmi/andrewzheng/nds-930-storybook-doc…
Browse files Browse the repository at this point in the history
…s-some-incorrect-titles

fix incorrect colors
  • Loading branch information
xian0831 authored Feb 5, 2025
2 parents f1045b2 + 0ec6f82 commit 113cf2c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tokens/src/color/color.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,28 +20,28 @@ Base.args = {

export const Theme = () => (
<>
<h2>Border Size</h2>
<h2>Theme Colors</h2>
<TokenTable previewType="color" rows={toTokenRows(color, "theme")} />
</>
);

export const Background = () => (
<>
<h2>Border Size</h2>
<h2>Background Colors</h2>
<TokenTable previewType="color" rows={toTokenRows(color, "background")} />
</>
);

export const System = () => (
<>
<h2>Border Size</h2>
<h2>System Colors</h2>
<TokenTable previewType="color" rows={toTokenRows(color, "system")} />
</>
);

export const Transparency = () => (
<>
<h2>Border Size</h2>
<h2>Alpha Values</h2>
<TokenTable rows={toTokenRows(color, "alpha")} />
</>
);

0 comments on commit 113cf2c

Please sign in to comment.