@xfers/design-system 3.1.26 → 3.1.28

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.
@@ -113,7 +113,7 @@ var INTERACTIVE;
113
113
  var STATUS;
114
114
  (function (STATUS) {
115
115
  STATUS["INFO"] = "#2F8DEE";
116
- STATUS["POSITIVE"] = "#00B583";
116
+ STATUS["POSITIVE"] = "#257C58";
117
117
  STATUS["WARNING"] = "#E5C412";
118
118
  STATUS["CRITICAL"] = "#B71515";
119
119
  })(STATUS = exports.STATUS || (exports.STATUS = {}));
@@ -95,7 +95,7 @@ export declare enum INTERACTIVE {
95
95
  }
96
96
  export declare enum STATUS {
97
97
  INFO = "#2F8DEE",
98
- POSITIVE = "#00B583",
98
+ POSITIVE = "#257C58",
99
99
  WARNING = "#E5C412",
100
100
  CRITICAL = "#B71515"
101
101
  }