@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
|
-
|
108
|
+
className: "secondaryBtn",
|
109
109
|
sx: classes.closeBtn,
|
110
110
|
children: "Cancel"
|
111
111
|
}), /*#__PURE__*/_jsx(Button, {
|
112
112
|
onClick: onSave,
|
113
|
-
|
113
|
+
className: "primaryBtn",
|
114
114
|
sx: classes.saveBtn,
|
115
115
|
children: "Save"
|
116
116
|
})]
|