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