dhre-ui-kit 0.0.162 → 0.0.163

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/lib/index.js CHANGED
@@ -3334,6 +3334,7 @@ const styles$8 = reactNative.StyleSheet.create({
3334
3334
  errorInput: {
3335
3335
  marginTop: verticalScale(12),
3336
3336
  backgroundColor: DHRE_COLORS_TEXT.DH_WHITE,
3337
+ borderWidth: 1,
3337
3338
  borderColor: DHRE_DEFAULT.DH_ERROR,
3338
3339
  paddingVertical: 0,
3339
3340
  height: verticalScale(48),