@spothero/ui 14.7.1 → 14.7.2

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.
@@ -34753,7 +34753,7 @@ var FormControl = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
34753
34753
  }, helperText), /*#__PURE__*/React__default['default'].createElement(FormErrorMessage, {
34754
34754
  color: "error",
34755
34755
  mt: 1,
34756
- fontSize: "xs"
34756
+ fontSize: "sm"
34757
34757
  }, errorMessage));
34758
34758
  });
34759
34759
  FormControl.propTypes = {
@@ -37155,7 +37155,10 @@ var variants = {
37155
37155
  cursor: 'not-allowed'
37156
37156
  },
37157
37157
  _invalid: {
37158
- borderColor: 'error'
37158
+ borderColor: 'error',
37159
+ _focus: {
37160
+ borderColor: 'error'
37161
+ }
37159
37162
  }
37160
37163
  }
37161
37164
  }