@thecb/components 5.3.3-beta.0 → 5.3.3
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
|
@@ -41169,7 +41169,8 @@ var TermsAndConditionsModal = function TermsAndConditionsModal(_ref) {
|
|
|
41169
41169
|
tabIndex: "0",
|
|
41170
41170
|
color: themeValues.linkColor,
|
|
41171
41171
|
weight: themeValues.fontWeight,
|
|
41172
|
-
hoverStyles: themeValues.modalLinkHoverFocus
|
|
41172
|
+
hoverStyles: themeValues.modalLinkHoverFocus,
|
|
41173
|
+
extraStyles: "display: inline-block; width: fit-content;"
|
|
41173
41174
|
}, link));
|
|
41174
41175
|
};
|
|
41175
41176
|
|