diff --git a/packages/ui-components/Common/DataTag/index.module.css b/packages/ui-components/Common/DataTag/index.module.css index 1cf2a76d0d094..0cd6589553f77 100644 --- a/packages/ui-components/Common/DataTag/index.module.css +++ b/packages/ui-components/Common/DataTag/index.module.css @@ -49,4 +49,8 @@ &.ctor { @apply bg-accent2-600; } + + &.global { + @apply bg-amber-600; + } } diff --git a/packages/ui-components/Common/DataTag/index.stories.tsx b/packages/ui-components/Common/DataTag/index.stories.tsx index 2cbbf3f7f4364..6ccf3aecb72f1 100644 --- a/packages/ui-components/Common/DataTag/index.stories.tsx +++ b/packages/ui-components/Common/DataTag/index.stories.tsx @@ -8,7 +8,16 @@ type Meta = MetaObj; export const DataTags: Story = { render: () => (
- {['event', 'method', 'property', 'class', 'module', 'classMethod', 'ctor'] + {[ + 'event', + 'method', + 'property', + 'class', + 'module', + 'classMethod', + 'ctor', + 'global', + ] .map(kind => ['sm', 'md', 'lg'].map(size => (