@thecb/components 6.0.3 → 6.0.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
|
@@ -43038,7 +43038,8 @@ var TermsAndConditionsModal = function TermsAndConditionsModal(_ref) {
|
|
|
43038
43038
|
borderRadius: "3px",
|
|
43039
43039
|
extraStyles: "overflow: scroll; max-height: 20rem;"
|
|
43040
43040
|
}, /*#__PURE__*/React.createElement(Text$1, {
|
|
43041
|
-
variant: "p"
|
|
43041
|
+
variant: "p",
|
|
43042
|
+
extraStyles: "& a { text-decoration: underline; }"
|
|
43042
43043
|
}, terms)),
|
|
43043
43044
|
defaultWrapper: false,
|
|
43044
43045
|
onlyCloseButton: !acceptText,
|