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.mjs CHANGED
@@ -3301,6 +3301,7 @@ const styles$8 = StyleSheet.create({
3301
3301
  errorInput: {
3302
3302
  marginTop: verticalScale(12),
3303
3303
  backgroundColor: DHRE_COLORS_TEXT.DH_WHITE,
3304
+ borderWidth: 1,
3304
3305
  borderColor: DHRE_DEFAULT.DH_ERROR,
3305
3306
  paddingVertical: 0,
3306
3307
  height: verticalScale(48),