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 75ba91e commit 43513c2Copy full SHA for 43513c2
packages/uui-label/lib/uui-label.element.ts
@@ -80,7 +80,7 @@ export class UUILabelElement extends LitElement {
80
}
81
#required {
82
display: inline;
83
- color: var(--uui-color-invalid);
+ color: var(--uui-color-danger);
84
font-weight: 900;
85
86
`,
0 commit comments