@thecb/components 8.4.5-beta.4 → 8.4.5-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.esm.js
CHANGED
|
@@ -42951,10 +42951,10 @@ var Container = styled(Box).withConfig({
|
|
|
42951
42951
|
return "\n background-color: ".concat(themeValues.backgroundColor, ";\n border: 1px solid ").concat(themeValues.borderColor, ";\n ");
|
|
42952
42952
|
}, function (_ref2) {
|
|
42953
42953
|
var themeValues = _ref2.themeValues;
|
|
42954
|
-
return "border: 1px solid ".concat(themeValues.borderColor, ";");
|
|
42954
|
+
return "border: 1px solid rgba(".concat(themeValues.borderColor, ", .3);");
|
|
42955
42955
|
}, function (_ref3) {
|
|
42956
42956
|
var themeValues = _ref3.themeValues;
|
|
42957
|
-
return "\n background-color: ".concat(themeValues.activeBackgroundColor, ";\n border: 1px solid ").concat(themeValues.color, ";\n ;");
|
|
42957
|
+
return "\n background-color: rgba(".concat(themeValues.activeBackgroundColor, ", 0.1);\n border: 1px solid ").concat(themeValues.color, ";\n ;");
|
|
42958
42958
|
});
|
|
42959
42959
|
var Title$2 = styled(Heading$1).withConfig({
|
|
42960
42960
|
displayName: "LinkCardstyled__Title",
|