@thecb/components 11.2.15-beta.0 → 11.2.15-beta.1

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.esm.js CHANGED
@@ -47842,7 +47842,7 @@ var BannerContainer = styled(Cluster).withConfig({
47842
47842
  componentId: "sc-1m1lm4y-0"
47843
47843
  })(["background:", ";padding:2rem;"], function (_ref) {
47844
47844
  var themeValues = _ref.themeValues;
47845
- return adjustHexColor(themeValues.background, 10, "lighten");
47845
+ return adjustHexColor(themeValues.primaryColor, 10, "lighten");
47846
47846
  });
47847
47847
  var ContentContainer = styled(Cluster).withConfig({
47848
47848
  displayName: "RegistrationBannerstyled__ContentContainer",