@warp-ds/elements 2.3.0-next.6 → 2.3.0-next.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/packages/attention/index.js +3 -3
- package/dist/packages/attention/index.js.map +1 -1
- package/dist/packages/button/index.js +3 -3
- package/dist/packages/button/index.js.map +1 -1
- package/dist/packages/link/index.js +3 -3
- package/dist/packages/link/index.js.map +1 -1
- package/dist/packages/link/styles.js +3 -3
- package/dist/web-types.json +1 -1
- package/package.json +1 -1
|
@@ -3405,9 +3405,9 @@ Please compile your catalog first.
|
|
|
3405
3405
|
|
|
3406
3406
|
/* Variants config */
|
|
3407
3407
|
.w-button--primary {
|
|
3408
|
-
--background: var(--w-
|
|
3409
|
-
--background-hover: var(--w-
|
|
3410
|
-
--background-active: var(--w-
|
|
3408
|
+
--background: var(--w-color-button-primary-background);
|
|
3409
|
+
--background-hover: var(--w-color-button-primary-background-hover);
|
|
3410
|
+
--background-active: var(--w-color-button-primary-background-active);
|
|
3411
3411
|
--color: var(--w-s-color-text-inverted);
|
|
3412
3412
|
--border-width: 0px;
|
|
3413
3413
|
}
|