Skip to content

Commit

Permalink
Merge pull request #378 from uyupun/refactor/text-stories
Browse files Browse the repository at this point in the history
TextコンポーネントのstoriesでTagからTag Nameに修正
  • Loading branch information
takashi0602 authored Mar 24, 2024
2 parents 4b5a2d8 + bafc90a commit 546121d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/base/Text/index.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ type Story = StoryObj<typeof BaseText>;
export const Text: Story = {
render: () => (
<dl>
<dt style={{ color: 'white', marginBottom: '8px' }}>Tag</dt>
<dt style={{ color: 'white', marginBottom: '8px' }}>Tag Name</dt>
<dd style={{ marginBottom: '24px' }}>
<BaseText>tagName=&quot;span&quot;</BaseText>
<BaseText tagName="p">tagName=&quot;p&quot;</BaseText>
Expand Down

0 comments on commit 546121d

Please sign in to comment.