@uipath/apollo-react 6.16.0 → 6.16.1

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.
@@ -275,7 +275,7 @@ const ListViewRow = /*#__PURE__*/ (0, external_react_namespaceObject.memo)(({ in
275
275
  children: item.name
276
276
  }),
277
277
  showDescription && /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("span", {
278
- className: "text-xs text-foreground-muted",
278
+ className: "text-xs text-foreground-inv-de-emp",
279
279
  children: item.description
280
280
  }),
281
281
  item.detail && /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("span", {
@@ -240,7 +240,7 @@ const ListViewRow = /*#__PURE__*/ memo(({ index, style, ariaAttributes, rendered
240
240
  children: item.name
241
241
  }),
242
242
  showDescription && /*#__PURE__*/ jsx("span", {
243
- className: "text-xs text-foreground-muted",
243
+ className: "text-xs text-foreground-inv-de-emp",
244
244
  children: item.description
245
245
  }),
246
246
  item.detail && /*#__PURE__*/ jsx("span", {