Skip to content

Commit

Permalink
chore: fix story names
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamKelley committed May 10, 2024
1 parent 1c9da1c commit b0b19d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/tokens/src/text-color.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export const InverseSecondaryIcon: Story = {
name: 'inverseSecondaryIcon',
};

export const Text: Story = {
export const TextColor: Story = {
render: () => (
<div>
{Object.entries(textColor.textColor).map(([name, value]) => (
Expand All @@ -106,5 +106,5 @@ export const Text: Story = {
))}
</div>
),
name: 'text (palette)',
name: 'textColor (palette)',
};

0 comments on commit b0b19d0

Please sign in to comment.