impaktapps-ui-builder 0.0.101-alpha.77 → 0.0.101-alpha.78

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.
@@ -532,7 +532,7 @@ const PageMasterUiSchema = (theme) => {
532
532
  padding: "0px 20px",
533
533
  textAlign: "center",
534
534
  lineHeight: "1",
535
- marginBottom: theme.myTheme.spacing(5)
535
+ marginBottom: theme.spacing(5)
536
536
  }
537
537
  }
538
538
  }
@@ -653,7 +653,7 @@ const PageMasterUiSchema = (theme) => {
653
653
  padding: "0px 20px",
654
654
  textAlign: "center",
655
655
  lineHeight: "1",
656
- marginBottom: theme.myTheme.spacing(5)
656
+ marginBottom: theme.spacing(5)
657
657
  }
658
658
  }
659
659
  }
@@ -6832,7 +6832,7 @@ const componentBasicUiSchema = (theme) => {
6832
6832
  padding: "0px 20px",
6833
6833
  textAlign: "center",
6834
6834
  lineHeight: "1",
6835
- marginBottom: theme.myTheme.spacing(5)
6835
+ marginBottom: theme.spacing(5)
6836
6836
  }
6837
6837
  }
6838
6838
  }
@@ -6953,7 +6953,7 @@ const componentBasicUiSchema = (theme) => {
6953
6953
  padding: "0px 20px",
6954
6954
  textAlign: "center",
6955
6955
  lineHeight: "1",
6956
- marginBottom: theme.myTheme.spacing(5)
6956
+ marginBottom: theme.spacing(5)
6957
6957
  }
6958
6958
  }
6959
6959
  }
@@ -9247,7 +9247,7 @@ const EventUiSchema = (theme) => {
9247
9247
  padding: "0px 20px",
9248
9248
  textAlign: "center",
9249
9249
  lineHeight: "1",
9250
- marginBottom: theme.myTheme.spacing(5)
9250
+ marginBottom: theme.spacing(5)
9251
9251
  }
9252
9252
  }
9253
9253
  }