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.
1 parent 2f41fd8 commit 8198d78Copy full SHA for 8198d78
packages/uui-tag/lib/uui-tag.element.ts
@@ -20,8 +20,8 @@ export class UUITagElement extends LitElement {
20
line-height: 1;
21
padding: var(--uui-size-space-1) calc(var(--uui-size-space-1) + 0.5em);
22
border-radius: 100px;
23
- background-color: var(--uui-interface-surface-alt);
24
- color: var(--uui-interface-contrast);
+ background-color: var(--uui-color-surface-alt);
+ color: var(--uui-color-text);
25
user-select: none;
26
}
27
0 commit comments