@thecb/components 6.0.2 → 6.0.3-beta.0

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
@@ -43044,7 +43044,8 @@ var TermsAndConditionsModal = function TermsAndConditionsModal(_ref) {
43044
43044
  borderRadius: "3px",
43045
43045
  extraStyles: "overflow: scroll; max-height: 20rem;"
43046
43046
  }, /*#__PURE__*/React__default.createElement(Text$1, {
43047
- variant: "p"
43047
+ variant: "p",
43048
+ extraStyles: "& a { text-decoration: underline; }"
43048
43049
  }, terms)),
43049
43050
  defaultWrapper: false,
43050
43051
  onlyCloseButton: !acceptText,