tide-design-system 2.5.15 → 2.5.16
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/css/realm/cycle.css +1 -1
- package/dist/index.js +3 -3
- package/dist/style.css +1 -1
- package/package.json +4 -2
package/dist/css/realm/cycle.css
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
--tide-realm-steel-blue: #253E51;
|
|
8
8
|
|
|
9
9
|
/* Color Roles: Each realm will assign values to this same series of variables from a combination of the Global and Realm-specific Palettes. */
|
|
10
|
-
--tide-primary: var(--tide-realm-
|
|
10
|
+
--tide-primary: var(--tide-realm-red);
|
|
11
11
|
--tide-surface-accent: var(--tide-realm-light-blue);
|
|
12
12
|
--tide-surface-brand: var(--tide-gray-900);
|
|
13
13
|
|