File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -37,10 +37,6 @@ export class UUITagElement extends LitElement {
37
37
background-color: var(--uui-color-default);
38
38
color: var(--uui-color-default-contrast);
39
39
}
40
- :host([color='secondary']) {
41
- background-color: var(--uui-color-surface-alt);
42
- color: var(--uui-color-default);
43
- }
44
40
:host([color='positive']) {
45
41
background-color: var(--uui-color-positive);
46
42
color: var(--uui-color-positive-contrast);
Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ AAAOverview.storyName = 'Overview';
35
35
export const Colors : Story = ( ) =>
36
36
html `
37
37
< uui-tag color ="primary "> primary</ uui-tag >
38
- < uui-tag color ="secondary "> secondary</ uui-tag >
39
38
< uui-tag color ="positive "> positive</ uui-tag >
40
39
< uui-tag color ="warning "> warning</ uui-tag >
41
40
< uui-tag color ="danger "> danger</ uui-tag >
You can’t perform that action at this time.
0 commit comments