@openfin/ui-library 0.1.32-alpha.1636387367 → 0.1.32-alpha.1638801820
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.
|
@@ -27,7 +27,7 @@ export declare const Color: {
|
|
|
27
27
|
readonly openFinLight: "#5254FB";
|
|
28
28
|
readonly openFinLighter: "#5C5EFE";
|
|
29
29
|
readonly openFinLightest: "#6864FF";
|
|
30
|
-
readonly blue: "#
|
|
30
|
+
readonly blue: "#037AC9";
|
|
31
31
|
readonly green: "#35C759";
|
|
32
32
|
readonly orange: "#F48F00";
|
|
33
33
|
readonly red: "#C93400";
|
package/package.json
CHANGED