Skip to content

Commit

Permalink
fix story name
Browse files Browse the repository at this point in the history
Signed-off-by: hiroki.yokouchi <hiroki.yokouchi@dr-ubie.com>
  • Loading branch information
8845musign committed May 13, 2024
1 parent 916f7ea commit e01203a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stories/Text.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ export const TextInText: Story = {
),
};

export const Align: Story = {
export const TextAlign: Story = {
render: () => (
<Stack spacing="md" alignItems="normal">
<Text textAlign="left">Left</Text>
Expand Down

0 comments on commit e01203a

Please sign in to comment.