We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Set3
design
1 parent 9061974 commit b5e5228Copy full SHA for b5e5228
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