Skip to content

Commit 43513c2

Browse files
committed
always red asterix
1 parent 75ba91e commit 43513c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export class UUILabelElement extends LitElement {
8080
}
8181
#required {
8282
display: inline;
83-
color: var(--uui-color-invalid);
83+
color: var(--uui-color-danger);
8484
font-weight: 900;
8585
}
8686
`,

0 commit comments

Comments
 (0)