Skip to content

Commit

Permalink
Merge branch 'main' into css-no-comments
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasoppermann authored Apr 27, 2023
2 parents 689ba92 + 73c280a commit 3bbcf27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/storybook/stories/Demos/Components.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const FlashDemo = () => {

export const LabelDemo = () => {
return (
<div style={{display: 'grid', gap: '1rem'}}>
<div style={{display: 'flex', gap: '1rem', flexDirection: 'row', flexWrap: 'wrap'}}>
<Label variant="primary">Primary</Label>
<Label variant="secondary">Secondary</Label>
<Label variant="accent">Accent</Label>
Expand All @@ -35,7 +35,7 @@ export const LabelDemo = () => {

export const StateLabelDemo = () => {
return (
<div style={{display: 'grid', gap: '1rem'}}>
<div style={{display: 'flex', gap: '1rem', flexDirection: 'row', flexWrap: 'wrap'}}>
<StateLabel status="issueOpened">Open</StateLabel>
<StateLabel status="issueClosed">Closed</StateLabel>
<StateLabel status="issueClosedNotPlanned">Closed</StateLabel>
Expand Down

0 comments on commit 3bbcf27

Please sign in to comment.