@thecb/components 11.10.4 → 11.10.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
@@ -48092,7 +48092,7 @@ var TermsAndConditionsModal = function TermsAndConditionsModal(_ref) {
48092
48092
  weight: themeValues.fontWeight,
48093
48093
  hoverStyles: themeValues.modalLinkHoverFocus,
48094
48094
  textDecoration: themeValues.modalLinkTextDecoration,
48095
- extraStyles: "display: inline-block; width: fit-content; cursor: pointer",
48095
+ extraStyles: "display: inline-block; width: fit-content; cursor: pointer; min-height: 24px; line-height: 24px;",
48096
48096
  role: "button" // This should always be a "button" since it opens a modal
48097
48097
  ,
48098
48098
  className: "modal-trigger"