@pdg/react-table 1.0.39 → 1.0.40

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.esm.js CHANGED
@@ -10153,7 +10153,7 @@ var lib = CopyToClipboard;var InfoTable = function (_a) {
10153
10153
  item.ellipsis || ellipsis ? React__default.createElement(ValueEllipsis, null, data) : React__default.createElement(Value, null, data),
10154
10154
  item.clipboard && notEmpty(copyToClipboardText) && (React__default.createElement(ValueClipboard, null,
10155
10155
  React__default.createElement(lib.CopyToClipboard, { text: copyToClipboardText },
10156
- React__default.createElement(ClipboardIconButton, __assign$1({ size: 'small' }, item.clipboardProps),
10156
+ React__default.createElement(ClipboardIconButton, __assign$1({ size: 'small', color: 'primary' }, item.clipboardProps),
10157
10157
  React__default.createElement(TableIcon, null, item.clipboardIcon || 'ContentPaste'))))))));
10158
10158
  }
10159
10159
  })));