dhre-ui-kit 0.0.290 → 0.0.291

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
@@ -3492,16 +3492,14 @@ const styles$9 = reactNative.StyleSheet.create({
3492
3492
  backgroundColor: DHRE_COLORS_TEXT.DH_WHITE,
3493
3493
  paddingVertical: 0,
3494
3494
  height: verticalScale(48),
3495
- justifyContent: "center",
3496
- fontSize: moderateScale(16)
3495
+ justifyContent: "center"
3497
3496
  },
3498
3497
  errorInput: {
3499
3498
  marginTop: verticalScale(12),
3500
3499
  backgroundColor: DHRE_COLORS_TEXT.DH_WHITE,
3501
3500
  paddingVertical: 0,
3502
3501
  height: verticalScale(48),
3503
- justifyContent: "center",
3504
- fontSize: moderateScale(16)
3502
+ justifyContent: "center"
3505
3503
  },
3506
3504
  multilineInput: {
3507
3505
  height: verticalScale(100),