Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
Format Marquee stories file (sc2156)
Browse files Browse the repository at this point in the history
  • Loading branch information
guerrato committed Mar 17, 2022
1 parent 4f2c448 commit 5ff9714
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/lib/components/common/Marquee/Marquee.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ const longLorem = (
)

const shortLorem = (
<p style={{ color: '#f1c3c3', whiteSpace: 'nowrap' }}>Lorem ipsum dolor sit amet.</p>
<p style={{ color: '#f1c3c3', whiteSpace: 'nowrap' }}>
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
</p>
)

const DefaultTemplate = (args: MarqueeProps) => {
Expand Down Expand Up @@ -80,4 +82,4 @@ export const LongTextInBox: Story<MarqueeProps> = BoxTemplate.bind({})
LongTextInBox.args = {
children: longLorem,
duration: 25
}
}

0 comments on commit 5ff9714

Please sign in to comment.