@thecb/components 11.9.1-beta.2 → 11.9.1-beta.3

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/index.cjs.js CHANGED
@@ -26408,7 +26408,7 @@ var renderCardStatus = function renderCardStatus(expirationStatus, expireDate) {
26408
26408
  return /*#__PURE__*/React__default.createElement(Text$1, {
26409
26409
  as: as,
26410
26410
  variant: "pXS",
26411
- color: ASH_GREY,
26411
+ color: STORM_GREY,
26412
26412
  extraStyles: "text-align: ".concat(textAlign, "; margin: ").concat(textMargin, ";")
26413
26413
  }, "Exp Date ", expireDate);
26414
26414
  case EXPIRING_SOON: