Skip to content

Commit ccc2c97

Browse files
authored
always red asterix (#1066)
1 parent ffb3eb6 commit ccc2c97

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)