@flozy/editor 1.7.3 → 1.7.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -105,12 +105,12 @@ const ImageSelector = props => {
105
105
  },
106
106
  children: [/*#__PURE__*/_jsx(Button, {
107
107
  onClick: onClose,
108
- variant: "outlined",
108
+ className: "secondaryBtn",
109
109
  sx: classes.closeBtn,
110
110
  children: "Cancel"
111
111
  }), /*#__PURE__*/_jsx(Button, {
112
112
  onClick: onSave,
113
- variant: "contained",
113
+ className: "primaryBtn",
114
114
  sx: classes.saveBtn,
115
115
  children: "Save"
116
116
  })]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flozy/editor",
3
- "version": "1.7.3",
3
+ "version": "1.7.4",
4
4
  "description": "An Editor for flozy app brain",
5
5
  "files": [
6
6
  "dist"