@flozy/editor 4.5.2 → 4.5.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -436,7 +436,6 @@ const SignaturePopup = props => {
436
436
  alignItems: "center"
437
437
  },
438
438
  xs: 12,
439
- sm: 6,
440
439
  children: [/*#__PURE__*/_jsx(Grid, {
441
440
  sx: {
442
441
  minWidth: "46px"
@@ -215,7 +215,7 @@ const editorStyles = ({
215
215
  },
216
216
  "& .content-editable.empty": {
217
217
  "&:after": {
218
- color: theme.palette.type === "dark" ? "#99A5B6" : placeHolderColor
218
+ color: theme?.palette?.type === "dark" ? "#99A5B6" : placeHolderColor
219
219
  }
220
220
  },
221
221
  "& .checkbox-edit": {
@@ -88,6 +88,9 @@ const useCommonStyle = theme => ({
88
88
  "& .react-datepicker__input-container": {
89
89
  "& svg": {
90
90
  fill: "transparent"
91
+ },
92
+ "& input": {
93
+ height: "27px !important"
91
94
  }
92
95
  },
93
96
  "& fieldset": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flozy/editor",
3
- "version": "4.5.2",
3
+ "version": "4.5.3",
4
4
  "description": "An Editor for flozy app brain",
5
5
  "files": [
6
6
  "dist"