impaktapps-ui-builder 0.0.101-alpha.82 → 0.0.101-alpha.83

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impaktapps-ui-builder",
3
- "version": "0.0.101-alpha.82",
3
+ "version": "0.0.101-alpha.83",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -678,6 +678,7 @@ export const componentBasicUiSchema: any = (theme)=>{
678
678
  bottom: "24px",
679
679
  borderBottom: `1px solid ${theme.palette.common.black}29`,
680
680
  borderTop: `1px solid ${theme.palette.common.black}29`,
681
+ backgroundColor: theme.palette.background.default,
681
682
  },
682
683
  },
683
684
  },
@@ -501,6 +501,7 @@ export const EventUiSchema: any = (theme) => {
501
501
  bottom: "24px",
502
502
  borderBottom: `1px solid ${theme.palette.common.black}29`,
503
503
  borderTop: `1px solid ${theme.palette.common.black}29`,
504
+ backgroundColor: theme.palette.background.default,
504
505
  },
505
506
  },
506
507
  },