@thecb/components 11.2.15 → 11.2.16
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
|
@@ -47849,7 +47849,7 @@ var BannerContainer = styled__default(Cluster).withConfig({
|
|
|
47849
47849
|
componentId: "sc-1m1lm4y-0"
|
|
47850
47850
|
})(["background:", ";padding:2rem;"], function (_ref) {
|
|
47851
47851
|
var themeValues = _ref.themeValues;
|
|
47852
|
-
return adjustHexColor(themeValues.primaryColor,
|
|
47852
|
+
return adjustHexColor(themeValues.primaryColor, 90, "lighten");
|
|
47853
47853
|
});
|
|
47854
47854
|
var ContentContainer = styled__default(Cluster).withConfig({
|
|
47855
47855
|
displayName: "RegistrationBannerstyled__ContentContainer",
|