impaktapps-ui-builder 0.0.101-alpha.251 → 0.0.101-alpha.252

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.
@@ -11468,7 +11468,7 @@ function Card(theme) {
11468
11468
  scope: "#/properties/programType",
11469
11469
  config: {
11470
11470
  main: {
11471
- heading: ""
11471
+ heading: "$"
11472
11472
  },
11473
11473
  style: {
11474
11474
  color: "black",
@@ -11478,6 +11478,7 @@ function Card(theme) {
11478
11478
  background: "inherit",
11479
11479
  justifyContent: "flex-start",
11480
11480
  width: "auto",
11481
+ padding: 0,
11481
11482
  height: 0
11482
11483
  }
11483
11484
  },