dhre-ui-kit 0.0.289 → 0.0.290
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 +4 -2
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +4 -2
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -3492,14 +3492,16 @@ 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"
|
|
3495
|
+
justifyContent: "center",
|
|
3496
|
+
fontSize: moderateScale(16)
|
|
3496
3497
|
},
|
|
3497
3498
|
errorInput: {
|
|
3498
3499
|
marginTop: verticalScale(12),
|
|
3499
3500
|
backgroundColor: DHRE_COLORS_TEXT.DH_WHITE,
|
|
3500
3501
|
paddingVertical: 0,
|
|
3501
3502
|
height: verticalScale(48),
|
|
3502
|
-
justifyContent: "center"
|
|
3503
|
+
justifyContent: "center",
|
|
3504
|
+
fontSize: moderateScale(16)
|
|
3503
3505
|
},
|
|
3504
3506
|
multilineInput: {
|
|
3505
3507
|
height: verticalScale(100),
|