@thecb/components 10.2.1-beta.5 → 10.2.1-beta.6

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
@@ -26598,7 +26598,7 @@ var FormInput = function FormInput(_ref15) {
26598
26598
  color: themeValues.linkColor,
26599
26599
  weight: themeValues.fontWeight,
26600
26600
  hoverStyles: themeValues.hoverFocusStyles,
26601
- extraStyles: "cursor: pointer; &:focus { outline-offset: -2px; }",
26601
+ extraStyles: "text-decoration: underline; cursor: pointer; &:focus { outline-offset: -2px; }",
26602
26602
  onClick: function onClick() {
26603
26603
  return setShowPassword(!showPassword);
26604
26604
  },