@openfin/ui-library 0.1.16 → 0.1.17-alpha.1621620307
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.
|
@@ -18,8 +18,8 @@ export declare const Color: {
|
|
|
18
18
|
readonly darkGray1: "#53565F";
|
|
19
19
|
readonly darkGray2: "#383A40";
|
|
20
20
|
readonly darkGray3: "#24262B";
|
|
21
|
-
readonly darkGray4: "#
|
|
22
|
-
readonly darkGray5: "#
|
|
21
|
+
readonly darkGray4: "#1E1F23";
|
|
22
|
+
readonly darkGray5: "#111214";
|
|
23
23
|
readonly openFinDarkest: "#3D39CD";
|
|
24
24
|
readonly openFinDarker: "#4642E0";
|
|
25
25
|
readonly openFin: "#504CFF";
|
|
@@ -42,8 +42,8 @@ exports.Color = {
|
|
|
42
42
|
darkGray1: '#53565F',
|
|
43
43
|
darkGray2: '#383A40',
|
|
44
44
|
darkGray3: '#24262B',
|
|
45
|
-
darkGray4: '#
|
|
46
|
-
darkGray5: '#
|
|
45
|
+
darkGray4: '#1E1F23',
|
|
46
|
+
darkGray5: '#111214',
|
|
47
47
|
openFinDarkest: '#3D39CD',
|
|
48
48
|
openFinDarker: '#4642E0',
|
|
49
49
|
openFin: '#504CFF',
|
package/package.json
CHANGED