Skip to content

Commit

Permalink
story min width
Browse files Browse the repository at this point in the history
  • Loading branch information
daibhin committed Jan 25, 2024
1 parent adb8f7a commit 7804f37
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ export default meta

export const Variations: StoryFn<typeof LemonProgress> = () => {
return (
<>
<div className="min-w-120">
<LemonProgress percent={30} />
<LemonProgress percent={75} trackColor="var(--warning)" />
<LemonProgress percent={50} size="large" trackColor="purple" />
</>
</div>
)
}

0 comments on commit 7804f37

Please sign in to comment.