@thecb/components 11.2.6-beta.4 → 11.2.6-beta.5

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/dist/index.cjs.js CHANGED
@@ -51617,7 +51617,7 @@ var HeroImage = function HeroImage(_ref) {
51617
51617
  padding: "0"
51618
51618
  }, /*#__PURE__*/React__default.createElement(Paragraph$1, {
51619
51619
  color: themeValues.heroTextColor,
51620
- extraStyles: "line-height: 150%; ".concat(!isMobile ? "font-size: 1.125rem;" : "")
51620
+ extraStyles: "line-height: 150%; ".concat(!isMobile ? "font-size: 1.25rem;" : "")
51621
51621
  }, description))))));
51622
51622
  };
51623
51623
  var HeroImage$1 = withWindowSize(themeComponent(HeroImage, "HeroImage", fallbackValues$11));