impaktapps-ui-builder 1.0.147 → 1.0.148

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.
@@ -11668,8 +11668,8 @@ function Card(theme) {
11668
11668
  style: {
11669
11669
  color: "black",
11670
11670
  display: "flex",
11671
- fontSize: { xs: "24px", md: "25px" },
11672
- fontWeight: "bold",
11671
+ fontSize: { xs: "21px", md: "22px" },
11672
+ fontWeight: "500",
11673
11673
  background: "inherit",
11674
11674
  justifyContent: "flex-start",
11675
11675
  width: "auto",
@@ -11704,6 +11704,7 @@ function Card(theme) {
11704
11704
  style: {
11705
11705
  color: "black",
11706
11706
  fontSize: "16px",
11707
+ fontWeight: "400",
11707
11708
  justifyContent: "center",
11708
11709
  whiteSpace: "nowrap",
11709
11710
  overflowX: "auto",