Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKurt committed Oct 24, 2024
1 parent 7dc5da0 commit 87dc622
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/primitives/Indicators/CircleStat/CircleStat.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,19 @@ type Story = StoryObj<typeof CircleStat>;

export const Default: Story = {};

export const Lowtext: Story = {
export const LowPercentage: Story = {
args: {
text: 23,
},
};

export const Midtext: Story = {
export const MidPercentage: Story = {
args: {
text: 54,
},
};

export const Hightext: Story = {
export const HighPercentage: Story = {
args: {
text: 60,
},
Expand Down

0 comments on commit 87dc622

Please sign in to comment.