Skip to content

Commit b5e5228

Browse files
committed
docs(Tag): remove Set3 design example
1 parent 9061974 commit b5e5228

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

-6
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)