@aatulwork/customform-renderer 1.15.0 → 1.15.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.
package/dist/index.js CHANGED
@@ -1405,8 +1405,8 @@ var setCachedOptions = (key, options) => {
1405
1405
  referenceOptionsCache.set(key, { options, timestamp: Date.now() });
1406
1406
  };
1407
1407
  var FieldView = ({ field, value, services }) => {
1408
- const fieldLabelColor = "rgba(0, 0, 0, 0.6)";
1409
- const fieldValueColor = "text.secondary";
1408
+ const fieldLabelColor = "text.secondary";
1409
+ const fieldValueColor = "text.primary";
1410
1410
  const dateFormatter = services?.dateFormatter || defaultDateFormatterService;
1411
1411
  const FileDisplayComponent = services?.FileDisplayComponent;
1412
1412
  const CKEditorDisplayComponent = services?.CKEditorDisplayComponent;