Skip to content

Commit 7c69489

Browse files
authored
docs(Tag): remove Set3 design example (#7287)
Remnant of v1 `Badge` example.
1 parent 7377742 commit 7c69489

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

packages/main/src/webComponents/Tag/Tag.stories.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,6 @@ export const AllColors: Story = {
5050
colorScheme: "{index + 1}"
5151
</Tag>
5252
))}
53-
<Text style={{ flexGrow: 1, width: '100%' }}>Set2:</Text>
54-
{new Array(10).fill('').map((_, index) => (
55-
<Tag key={index} design="Set3" colorScheme={`${index + 1}`}>
56-
colorScheme: "{index + 1}"
57-
</Tag>
58-
))}
5953
</FlexBox>
6054
);
6155
}

0 commit comments

Comments
 (0)