@momentum-design/components 0.4.11 → 0.4.13
Sign up to get free protection for your applications and to get access to all the features.
@@ -16,7 +16,7 @@ const hostFocusRingStyles = (0, lit_1.css) `
|
|
16
16
|
:host {
|
17
17
|
--mdc-focus-ring-inner-color: var(--mds-color-theme-focus-0);
|
18
18
|
--mdc-focus-ring-middle-color: var(--mds-color-theme-focus-1);
|
19
|
-
--mdc-focus-ring-outer-color: var(--mds-color-theme-focus-2;
|
19
|
+
--mdc-focus-ring-outer-color: var(--mds-color-theme-focus-2);
|
20
20
|
|
21
21
|
--mdc-focus-ring-inner-width: 0.125rem;
|
22
22
|
--mdc-focus-ring-middle-width: calc(2 * var(--mdc-focus-ring-inner-width));
|
package/package.json
CHANGED