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