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 154ef5f commit 1387185Copy full SHA for 1387185
packages/uui-radio/lib/uui-radio-group.element.ts
@@ -37,7 +37,7 @@ export class UUIRadioGroupElement extends FormControlMixin(LitElement) {
37
:host(:not([pristine]):invalid),
38
/* polyfill support */
39
:host(:not([pristine])[internals-invalid]) {
40
- border: 1px solid var(--uui-look-danger-border);
+ border: 1px solid var(--uui-color-danger-standalone);
41
}
42
`,
43
];
0 commit comments