@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.
@@ -34741,7 +34741,7 @@ var FormControl = /*#__PURE__*/forwardRef$1(function (_ref, ref) {
34741
34741
  }, helperText), /*#__PURE__*/React.createElement(FormErrorMessage, {
34742
34742
  color: "error",
34743
34743
  mt: 1,
34744
- fontSize: "xs"
34744
+ fontSize: "sm"
34745
34745
  }, errorMessage));
34746
34746
  });
34747
34747
  FormControl.propTypes = {
@@ -37143,7 +37143,10 @@ var variants = {
37143
37143
  cursor: 'not-allowed'
37144
37144
  },
37145
37145
  _invalid: {
37146
- borderColor: 'error'
37146
+ borderColor: 'error',
37147
+ _focus: {
37148
+ borderColor: 'error'
37149
+ }
37147
37150
  }
37148
37151
  }
37149
37152
  }