impaktapps-ui-builder 0.0.412-mtreemap.36 → 0.0.412-mtreemap.38

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.
@@ -55,8 +55,7 @@ const PageMasterUiSchema = (theme) => {
55
55
  main: {},
56
56
  wrapperStyle: {
57
57
  backgroundColor: theme.palette.background.default
58
- },
59
- defaultStyle: true
58
+ }
60
59
  },
61
60
  elements: [
62
61
  {
@@ -6399,11 +6398,10 @@ const componentBasicUiSchema = (theme) => {
6399
6398
  heading: " "
6400
6399
  },
6401
6400
  style: {
6402
- lineHeight: 0,
6401
+ marginLeft: theme.Spacing(2),
6403
6402
  width: "auto",
6404
6403
  fontSize: "12px",
6405
- color: "gray",
6406
- paddingTop: "10px"
6404
+ color: "gray"
6407
6405
  }
6408
6406
  }
6409
6407
  },
@@ -8272,11 +8270,10 @@ const EventUiSchema = (theme) => {
8272
8270
  heading: " "
8273
8271
  },
8274
8272
  style: {
8275
- lineHeight: 0,
8273
+ marginLeft: theme.Spacing(2),
8276
8274
  width: "auto",
8277
8275
  fontSize: "12px",
8278
- color: "gray",
8279
- paddingTop: "10px"
8276
+ color: "gray"
8280
8277
  }
8281
8278
  }
8282
8279
  },