grep-components 2.6.0 → 2.7.0-GREPF-2348.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -15741,7 +15741,7 @@ const ConfirmationDialog = ({ open, title, description, warning, onSubmit, onCan
15741
15741
  React__default.createElement(DialogContent$1, null,
15742
15742
  React__default.createElement(DialogContentText$1, null, description)),
15743
15743
  React__default.createElement(DialogActions$1, null,
15744
- React__default.createElement(Button, { color: "primary", onClick: onCancel }, cancelText),
15744
+ React__default.createElement(Button, { color: "inherit", onClick: onCancel }, cancelText),
15745
15745
  React__default.createElement(Button, { className: warning ? classes.discard : '', onClick: onSubmit }, confirmText))));
15746
15746
  };
15747
15747
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "grep-components",
3
- "version": "2.6.0",
3
+ "version": "2.7.0-GREPF-2348.1",
4
4
  "description": "Grep komponentbibliotek",
5
5
  "repository": {
6
6
  "type": "git",