Skip to content

Commit

Permalink
remember to save your files :)
Browse files Browse the repository at this point in the history
  • Loading branch information
trulshj committed Oct 22, 2024
1 parent 26b68d4 commit 527c0e8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/components/text/Text.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ const meta: Meta<typeof Text> = {
"h4",
"h5",
"h6",
"h7",
"labelSmall",
"labelLight",
"labelRegular",
Expand Down Expand Up @@ -94,13 +93,6 @@ export const H6: Story = {
},
};

export const H7: Story = {
args: {
type: "h7",
children: "This is an H7 text",
},
};

export const LabelSmall: Story = {
args: {
type: "labelSmall",
Expand Down

0 comments on commit 527c0e8

Please sign in to comment.