We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Set3
design
1 parent 7377742 commit 7c69489Copy full SHA for 7c69489
packages/main/src/webComponents/Tag/Tag.stories.tsx
@@ -50,12 +50,6 @@ export const AllColors: Story = {
50
colorScheme: "{index + 1}"
51
</Tag>
52
))}
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
- ))}
59
</FlexBox>
60
);
61
}
0 commit comments