Skip to content

Commit 8198d78

Browse files
committed
tag
1 parent 2f41fd8 commit 8198d78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/uui-tag/lib/uui-tag.element.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ export class UUITagElement extends LitElement {
2020
line-height: 1;
2121
padding: var(--uui-size-space-1) calc(var(--uui-size-space-1) + 0.5em);
2222
border-radius: 100px;
23-
background-color: var(--uui-interface-surface-alt);
24-
color: var(--uui-interface-contrast);
23+
background-color: var(--uui-color-surface-alt);
24+
color: var(--uui-color-text);
2525
user-select: none;
2626
}
2727

0 commit comments

Comments
 (0)