Skip to content

Commit

Permalink
yarn format
Browse files Browse the repository at this point in the history
  • Loading branch information
AkiraJ48 committed Nov 22, 2023
1 parent ca59a05 commit b4a6cb5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/Blockquote.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ export const Blockquote: Story = {
size: 'standard',
children: (
<>
<Text size={'standard'}>This is a paragraph.</Text>
<List size={'standard'}>
<Text size={'standard'}>This is a bullet point.</Text>
<Text size="standard">This is a paragraph.</Text>
<List size="standard">
<Text size="standard">This is a bullet point.</Text>
</List>
</>
),
Expand Down

0 comments on commit b4a6cb5

Please sign in to comment.